AlexSm 6d3e410c45 Remove CMakeLists from main (#2032) | 9 months ago | |
---|---|---|
.. | ||
include | 759857fab0 Update contrib/restricted/googletest to 1.14.0 | 1 year ago |
src | 759857fab0 Update contrib/restricted/googletest to 1.14.0 | 1 year ago |
README.md | 0e2671e6b9 add functions without overflow | 2 years ago |
ya.make | bf0f13dd39 add ymake export to ydb | 1 year ago |
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.