Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Side by Side Diff: chrome/third_party/mock4js/README.chromium

Issue 1532203002: Update README.chromium to reflect whether a tool is shipped or not (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add webdriver Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: mock4js 1 Name: mock4js
2 Short Name: mock4js 2 Short Name: mock4js
3 URL: http://mock4js.sourceforge.net/ 3 URL: http://mock4js.sourceforge.net/
4 Version: 0.2 4 Version: 0.2
5 License: MIT 5 License: MIT
6 License File: NOT_SHIPPED
6 7
7 Mock4JS is a dynamic-mock library for Javascript. It enables developers to write 8 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 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 application. Its syntax is very expressive and is closely based on jMock 1.
10 11
11 Local Modifications: 12 Local Modifications:
12 * Replace a fail() call with throwing Mock4JSException. 13 * Replace a fail() call with throwing Mock4JSException.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698