summaryrefslogtreecommitdiff
path: root/devel/gmock/DESCR
blob: 013d7d89c8860bde6583c7ca1306f6dd273a2079 (plain)
1
2
3
4
5
6
7
8
9
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, Google C++ Mocking Framework (or Google Mock for
short) is a library for writing and using C++ mock classes. Google Mock:

* lets you create mock classes trivially using simple macros,
* supports a rich set of matchers and actions,
* handles unordered, partially ordered, or completely ordered expectations,
* is extensible by users, and
* works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian.