OLD | NEW |
(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 |
OLD | NEW |