LiuZe 3b51f35e80 base commit | vor 1 Jahr | |
---|---|---|
.. | ||
cmake | vor 1 Jahr | |
docs | vor 1 Jahr | |
include | vor 1 Jahr | |
src | vor 1 Jahr | |
test | vor 1 Jahr | |
CMakeLists.txt | vor 1 Jahr | |
README.md | vor 1 Jahr |
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.