| Projects on Google Code | Results 1 - 2 of 2 |
Sample implementation of the six basic operations defined in Set Theory. Contains both browser agnostic versions (using Array.prototype) and JQuery (extending $ with a sets object and the individual functions), and QUnit tests to verify correctness.
Taken from Wikipedia:
http://en.wikipedia.org/...
qMock is a standalone, lightweight mocking framework that facilitates integration testing for !JavaScript programs.
===var ninja = new Mock();===
_Please note it is useful, but not essential, to have some experience of testing code in a TDD manner to use qMock_
qMock is a '*expect-run-verif...