Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

C++ High performance unit testing with Google Mock?

sleep() call inside gmock's EXPECT_CALL

Using NiceMock as instance variable with GoogleMock

c++ unit-testing googlemock

GMock: How to return mock class variable as the return value

Specifying output string argument with GoogleMock

c++ googlemocks : Getting a stack trace of an uninitialized call

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"?