LiuZe 3b51f35e80 base commit | пре 1 година | |
---|---|---|
.. | ||
cmake | пре 1 година | |
docs | пре 1 година | |
include | пре 1 година | |
src | пре 1 година | |
test | пре 1 година | |
CMakeLists.txt | пре 1 година | |
README.md | пре 1 година |
Google's framework for writing and using C++ mock classes. It can help you derive better designs of your system and write better tests.
It is inspired by:
It is designed with C++'s specifics in mind.
gMock:
Details and examples can be found here:
GoogleMock is a part of GoogleTest C++ testing framework and a subject to the same requirements.