Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

Using googlemock EXPECT_CALL with shared_ptr?

c++ shared-ptr googlemock

GoogleTest how to use InvokeArgument With WithArg

c++ googletest googlemock

Google Mock: why is a partial ordering of expectations harder to satisfy than a total ordering?

c++ googlemock expectations

How to mock malloc to return null in GMOCK?

GoogleMock display more detailed debug info

c++ googletest googlemock

How to use gmock to mock a template method from a class?

How to mock a class with both virtual and non-virtual methods using Google Mock?

How do I repeatedly expect a sequence of calls?

c++ googletest googlemock

C++, Googlemock - testing local object

How can I create a partial (hybrid) mock in googlemock?

Why does Google Test/Mock show leaked mock object error by std::unique_ptr?

Google Mock: "no appropriate default constructor available"?

What is the difference of saveArg and saveArgPointee in gmock?

c++ googlemock

googlemock - mock a method that returns a complex datatyp

c++ googletest googlemock

Mocking a method with throw() specifier

c++ mocking googlemock

Compile error when I #include "gmock/gmock.h"

c++ googlemock

Leaked Mock Objects when using GoogleMock together with Boost::Shared Pointers

Why does googlemock report a leaked mock when I can see it being deleted?