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

Side by Side Diff: src/third_party/gmock/README.chromium

Issue 536056: Bump gtest to 1.4.0 and add gmock 1.4.0 (Closed)
Patch Set: fixed nits from cjwatson Created 10 years, 11 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
« no previous file with comments | « src/third_party/gmock/LICENSE ('k') | src/third_party/gmock/chromiumos-build.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 URL: http://code.google.com/p/googlemock/
2 Version: 1.4
3 License: BSD
4 License File: LICENSE
5
6 Description:
7
8 Google C++ Mocking Framework (or Google Mock for short) is a library for
9 writing and using C++ mock classes. Google Mock:
10 * lets you create mock classes trivially using simple macros,
11 * supports a rich set of matchers and actions,
12 * handles unordered, partially ordered, or completely ordered expectations,
13 * is extensible by users
14 * works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.
15
16 Local Modifications:
17 No Modifications
OLDNEW
« no previous file with comments | « src/third_party/gmock/LICENSE ('k') | src/third_party/gmock/chromiumos-build.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698