Search code examples
Adding expected calls in a loop...

c++unit-testinggoogletestgooglemock

Read More
Pass different argument on different times...

c++c++11googletestgooglemock

Read More
How to solve this Object Slicing issue with GoogleMock...

c++googletestgooglemockobject-slicing

Read More
Dependency injection with unique_ptr to mock...

c++unit-testingdependency-injectiongooglemock

Read More
How to make sure matcher of EXPECT_CALL doesn't increment the counter of the assertion when argu...

unit-testinggoogletestassertiongooglemock

Read More
Save C-Style array values using gmock...

c++googlemock

Read More
gmock call to implicitly deleted copy constructor...

c++mockinggooglemock

Read More
gmock and gtest linker errors in vc++ 2015 community edition...

visual-c++googlemock

Read More
Use TypedEq() to match the type std::vector<std::vector>...

c++googletestgooglemock

Read More
How to mock methods return object with deleted copy-ctor?...

c++unit-testinggoogletestgooglemock

Read More
How to return one of the in-parameters in gmock...

c++unit-testinggooglemock

Read More
how to set custom ref-variable in gmock...

googlemock

Read More
Verify parameter has same value for multiple expected calls in gmock...

c++googlemock

Read More
Verify program calls with gtest & gmock...

c++unit-testinggoogletestgooglemock

Read More
GMock: How to return a fuction pointer defined by an EXPECT_CALL()...

c++lambdagoogletestgooglemock

Read More
Compilation error looser throw specifier for gtest derived classes with HippoMocks member in C++11...

c++11googletestgooglemockhippomocks

Read More
Test Cases states Failed but value returned is true...

c++googlemock

Read More
Why the g-mocked method is not called in my code...

c++googlemock

Read More
Mocking - Methods & Tools...

c++unit-testinggooglemock

Read More
Operator overloaded new when void * nullptr makes the program to crash...

c++googlemock

Read More
boost::lockfree::queue as static data member...

c++boostgooglemock

Read More
Testing simple function with Gmock - test fails(should pass?)...

googletestgooglemock

Read More
Google test compare pointer-arrays' content...

c++arrayspointersgoogletestgooglemock

Read More
GMOCK - mock an object and its inside mock method...

c++googlemock

Read More
Unresolved external symbol error with Google Mock and Vcpkg...

c++googlemockvcpkg

Read More
GMock death case - mock function not being called...

c++unit-testinggoogletestgooglemock

Read More
Google Test Expect Call Function...

c++googletestgooglemock

Read More
How to access protected members...

c++googlemock

Read More
Compare containers with GoogleTest...

c++googletestgooglemock

Read More
GMOCK - how to modify the method arguments when return type is void...

c++googlemock

Read More
BackNext