• Home
Name Date Size #Lines LOC

..--

examples/03-May-2024-182129

LICENSED03-May-20241 KiB2016

README.chromiumD03-May-2024408 1310

mock4js.jsD03-May-202415.9 KiB626515

README.chromium

1Name: mock4js
2Short Name: mock4js
3URL: http://mock4js.sourceforge.net/
4Version: 0.2
5License: MIT
6
7Mock4JS is a dynamic-mock library for Javascript. It enables developers to write
8tests that exercise and verify the interactions between the objects in the
9application. Its syntax is very expressive and is closely based on jMock 1.
10
11Local Modifications:
12* Replace a fail() call with throwing Mock4JSException.
13