Home | History | Annotate | only in /external/chromium_org/chrome/third_party/mock4js
Up to higher level directory
NameDateSize
examples/10-Mar-2015
LICENSE16-Dec-20141K
mock4js.js10-Mar-201515.9K
README.chromium10-Mar-2015408

README.chromium

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