Search code examples
Gtest with C++11 std::condition_variable implies valgrind errors...


c++c++11valgrindgoogletestgooglemock

Read More
C++ High performance unit testing with Google Mock?...


c++unit-testinginterfacegooglemockstatic-classes

Read More
What am I doing wrong with pure virtual methods and Google Mock?...


c++unit-testinggooglemock

Read More
How to declare an array of matchers...


c++googlemock

Read More
How to use Given/When/Then pattern with mocks (Google Mock)?...


c++unit-testinggoogletestgooglemock

Read More
Is it possible to wrap/configure a mock reference with a testing::NiceMock<> equivalence?...


c++googletestgooglemock

Read More
How can I stub/mock non-pointer member variables in C++?...


c++unit-testingmockinggooglemock

Read More
Is there any good way to check mock calls if it is copied in Google Mock Framework...


googletestgooglemock

Read More
How to Google Mock a method called from a struct...


c++mockinggooglemock

Read More
Passing arguments to ReturnNew with googlemock...


googlemock

Read More
Can changes made to references returned by Google Mock be reflected in the original value?...


c++googlemock

Read More
Is it possible to capture parameters with Google Mock (gmock)?...


c++unit-testingmockinggooglemock

Read More
How to test a pure-virtual class without implementation?...


c++googlemock

Read More
How (if at all) can I mock a mocked class on the heap?...


c++googlemock

Read More
Using gmock for external dependencies...


c++googletestgooglemock

Read More
Implementing WillN in GoogleMock?...


c++googlemock

Read More
How to (Google)Mock the DBUS interface?...


unit-testinggooglemock

Read More
Google Test/Mock test fail if expected call is over-saturated...


c++unit-testinggoogletestgooglemock

Read More
Googletest - DeathTest does not catch assertion from Qt application such as Q_ASSERT etc....


c++qtgoogletestgooglemock

Read More
Using NiceMock as instance variable with GoogleMock...


c++unit-testinggooglemock

Read More
How to set an expectation for a boost::shared_array...


c++unit-testingboostgooglemock

Read More
unit testing an object that takes a "traits" template parameter...


c++unit-testinggoogletestgooglemock

Read More
Why is GoogleMock leaking my shared_ptr?...


c++boostshared-ptrgoogletestgooglemock

Read More
Mocking an entire library...


c++mockingboost-asiogoogletestgooglemock

Read More
Can you use googlemock to set expectations on function that does not belong to a class?...


c++googlemock

Read More
How to avoid pointers with Google Mock?...


c++pointersgoogletestgooglemock

Read More
How to change the type of an assigned object with Google Mock?...


c++unit-testinggooglemock

Read More
Strange heap checker error in death test...


c++memory-managementgoogletestgooglemock

Read More
googlemock matcher for output parameters...


matchergooglemockoutput-parameter

Read More
Google Mocks test output to XML not working...


c++googletestgooglemock

Read More
BackNext