google-mock
There are 15 repositories under google-mock topic.
hjagodzinski/C-Mock
C Mock is Google Mock's extension allowing a function mocking.
davidstutz/googlemock-example
An example of using Google Mock inspired by Martin Fowler's "Mocks Aren't Stubs".
gocarlos/ros_unit_tests_example
Example showing the usage of unit tests in a ROS package
ginolatorilla/cpp-cmake-template
A C++ project template that uses the CMake build system
iblis-ms/tutorials
Some tutorials.
moose-x86/owned_by_unique
Test utility for dependency injection when using std::unique_ptr class.
trantrungtin/googlemock-extension
Extension for Google Mock
hassansalehe/DynamicProgramming
Practice solutions to some of the dynamic programming problems in computer science. For each problem in this repository there is problem definition, solution discussion, solution implementation and unit tests using Google-test and Google-mock.
michalrud/gtestmock-docker
Dockerfile for GTest+GMock development environment
mustafa-siddiqui/gmock-autogeneration
Generate mock classes from an interface using libclang.
ricardo-pt/google-test-c
This is an example of unit tests for C using google test and google mock
MickaelBlet/mockf
Create mock function with google-test
s0mewha7/bmstu-cpp-works
a repository storing implementations of various built-in functions сpp language
venu13/google-test
examples on google test framework usage for unit testing in c++.