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

Side by Side Diff: third_party/ocmock/README.chromium

Issue 7004036: Added some enhancements to OCMock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months 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 | Annotate | Revision Log
OLDNEW
1 Name: ocmock 1 Name: ocmock
2 URL: http://www.mulle-kybernetik.com/software/OCMock/ 2 URL: http://www.mulle-kybernetik.com/software/OCMock/
3 Version: unknown 3 Version: unknown
4 Revision: 77 4 Revision: 77
5 License: BSD with advertising clause 5 License: BSD with advertising clause
6 License File: OCMock/License.txt 6 License File: OCMock/License.txt
7 Security Critical: no 7 Security Critical: no
8 8
9 Description: 9 Description:
10 OCMock is an Objective-C implementation of mock objects. If you are unfamiliar 10 OCMock is an Objective-C implementation of mock objects. If you are unfamiliar
11 with the concept of mock objects please visit mockobjects.com which has more 11 with the concept of mock objects please visit mockobjects.com which has more
12 details and discussions about this approach to testing software. 12 details and discussions about this approach to testing software.
13 13
14 Local Modifications: 14 Local Modifications:
15 No Modifications 15 gtest_support.h/.mm and ocmock_extensions.h/.mm are not part of the
TVL 2011/05/20 16:07:05 yea, i wasn't sure about this, since it isn't in t
16 16 ocmock package, and are chromium specific additions.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698