Search code examples
How to test via ON_CALL for any enum value in an overloaded function...


c++googlemock

Read More
c++ GMock SetArgReferee as CStringArray...


c++mfcgoogletestgooglemock

Read More
Mock method with namespace using GMock...


c++unit-testingnamespacesgoogletestgooglemock

Read More
Diff btw "Invoke( lambda )" and directly calling a lambda when we use Google Mock EXPECT_C...


unit-testinglambdagoogletestinvokegooglemock

Read More
Mocking free function...


c++unit-testingtddgooglemock

Read More
How to write unit test for global functions where it is calling another global function using gtest/...


c++unit-testinggoogletestgooglemock

Read More
Automatically Generate Google Mock Methods?...


c++methodsgoogletestgooglemock

Read More
Gmock WillByDefault triggered despite matching EXPECT_CALL...


c++googletestgooglemock

Read More
How to stop gtest on first unexpected gmock call...


c++googletestgooglemock

Read More
How to mock system call in C++ Unit Testing during runtime using GoogleMock?...


c++cunit-testinggoogletestgooglemock

Read More
Describe a google mock matcher as std::string...


c++googlemock

Read More
Nested Matchers in GTest...


c++googletestgooglemock

Read More
Generic custom action to set value to void** argument using gmock...


c++googletestgooglemock

Read More
Return alternating values from mock...


c++unit-testinggoogletestgooglemock

Read More
Use of gmock Field matcher with bitfields...


c++pointersgooglemockbit-fields

Read More
How can I tell GoogleMock to stop checking an expectation after the test finished?...


c++unit-testinggoogletestgooglemock

Read More
Make one EXPECT_CALL unsequenced...


c++googletestgooglemock

Read More
GMOCK a method accepting variable arguments...


c++googlemock

Read More
Google mock with `unique_ptr` and `std::move` object giving memory leak issue...


c++unit-testinggooglemock

Read More
How to override the default ON_CALL action for just one EXPECT_CALL and go back to the default actio...


c++googlemock

Read More
mock method with 11 parameters with gmock...


c++unit-testinggoogletestgooglemock

Read More
google mock - can I call EXPECT_CALL multiple times on same mock object?...


c++unit-testinggoogletestgooglemock

Read More
How to inspect argument to a gmock EXPECT_CALL()?...


unit-testingtestingautomated-testsgooglemock

Read More
How to use gmock MOCK_METHOD for overloaded operators?...


c++googletestgooglemock

Read More
How to mock dll function using Gmock?...


c++c++17googletestgooglemock

Read More
Why does gmock capture only work reliably with an added Invoke in DoAll of an ON_CALL...


c++googlemock

Read More
Is there a way to make mock functions "interesting" with ON_CALL?...


c++unit-testinggooglemock

Read More
How to stop GTest test-case execution, when first test failed...


unit-testingintegration-testinggoogletestgooglemock

Read More
How to mock an external library in tests (httplib::Client )...


c++testingmockinggooglemock

Read More
Google mock dependency injection in fixture gives 'invalid new-expression of abstract class type...


c++unit-testingarchitecturegoogletestgooglemock

Read More
BackNext