Search code examples
How to mock a local variable initialized with the member variable...


googletestgooglemock

Read More
How to mock a derived class that calls its base class methods?...


c++googletestgooglemock

Read More
GMock - Mocking an abstract class with another implementation...


c++windowsapigoogletestgooglemock

Read More
Smart pointer gets prematurely deleted due to GTest teardown...


c++pointersgoogletestgooglemock

Read More
Installing gtest with conan...


googletestgooglemockconan

Read More
After installing gtest, gmock_main.cc replaces my main.cc...


installationgoogletestgooglemockconan

Read More
Getters and Setters vs FRIEND_TEST...


c++googletestgooglemock

Read More
GMock macros not recognized? YCM gives me error, but Bazel builds fine...


c++gccgoogletestgooglemock

Read More
How to Increment Count of Shared Ptr from Raw Ptr...


c++pointersgoogletestgooglemock

Read More
When passing gmock object as reference the setup expectations doesnt match...


c++unit-testinggoogletestgooglemockotl

Read More
How to address Gmock with Symbol not found error?...


c++unit-testinggoogletestgooglemock

Read More
How to mock Non-virtual Methods in concrete classes using gmock?...


c++unit-testinggoogletestgooglemock

Read More
What happens if multiple WillRepeatedly actions are specified on a google mock?...


c++googletestgooglemock

Read More
Why do I get a compile-time error when trying to return values from a mock?...


c++googletestgooglemock

Read More
Gmock - matching structures with more than two vairables...


c++structgoogletestmatchergooglemock

Read More
Save a char* parameter intro a string...


c++c++14googletestgooglemock

Read More
Gmock - Check that a method is not called with a particular argument...


unit-testinggoogletestgooglemock

Read More
How to test a class with google test?...


c++googletestgooglemock

Read More
Multiple prerequisites in partially ordered mock calls in googletest...


c++unit-testinggoogletestgooglemock

Read More
Memory leak warning when using dependency injection using a unique_ptr containing a mocked interface...


c++dependency-injectionc++20googletestgooglemock

Read More
How to mock a template method that's in a template class in GTest?...


c++templatesmockinggoogletestgooglemock

Read More
Is there a way in gmock to return modified input arg without invoke?...


c++googletestgooglemock

Read More
How to gtest / gmock function accepting std::experimental::any argument?...


unit-testingc++14googletestgooglemockstdany

Read More
Google Test - Test that a string does not contain a string...


regexgoogletestgooglemock

Read More
How do I mock non overridden, virtual/non virtual methods of a base class while unit testing?...


c++unit-testinggoogletestgooglemock

Read More
Using Google Mock with boost::bind...


c++boostbindgoogletestgooglemock

Read More
Google Mock: multiple expectations on same function with different parameters...


googletestgooglemock

Read More
Matching boost:none in UTs...


c++googletestimplicit-conversiongooglemock

Read More
gmock compilation error (within testing::internal::FunctionMocker) on mock_method...


c++googletestgooglemock

Read More
GMock: How to return mock class variable as the return value...


c++unit-testinggoogletestgooglemock

Read More
BackNext