Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

How to ignore the main method from a dynamic linked library in C++

Google Mock functions changing value of parameter

c++ googlemock

How to override the default ON_CALL action for just one EXPECT_CALL and go back to the default action later

c++ 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