Search code examples
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
Why can't I do an assertion in a GMock `EXPECT_CALL`?...


multithreadinglambdagoogletestassertgooglemock

Read More
How to test a C++ program if it fork() and exec() another process?...


c++forkexecgoogletestgooglemock

Read More
Google Test return value...


c++googletestgooglemock

Read More
Mocking functions with multiple template arguments...


c++googletestgooglemock

Read More
Can you specify expectations in mocked class constructor in GMock?...


c++mockinggooglemock

Read More
How to mock const& methods with gmock...


c++unit-testingmockinggoogletestgooglemock

Read More
Practical example for Dependency Injection and mocking with Googlemock...


c++unit-testingdependency-injectiongooglemock

Read More
Why does GMOCK object not return values set by EXPECT_CALL in dependency injection...


c++unit-testingmockinggooglemock

Read More
How to use gmock MOCK_METHOD for overloaded object reference?...


c++operator-overloadinggooglemock

Read More
How to mock a template class with gmock (Google Mock)?...


c++unit-testingtemplatesmockinggooglemock

Read More
GMOCK a method accepting variable arguments...


c++googlemock

Read More
How to write a google mock matcher to match a void pointer argument?...


c++c++14googlemock

Read More
Injecting a map of std::string and StrictMock<MockClass> into a class under test...


c++googletestgooglemock

Read More
How to disambiguate a pointer and a reference version of a function?...


c++googlemock

Read More
Mocking problem on Non-Virtual functions with NVI Idiom...


c++c++20googletestgooglemocknon-virtual-interface

Read More
GMock / Virtual Functions / Boost MSM how to correctly combine?...


c++boostembeddedstate-machinegooglemock

Read More
Avoid matching .WillOnce multiple times in Google Mock...


c++tddgooglemock

Read More
How to pass extra argument to google mock EXPECT_CALL...


c++googletestgooglemock

Read More
How can I match one element from a C++ tuple using gmock?...


c++googletestgooglemock

Read More
BackNext