Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

Google Mock: Return() a list of values

c++ return-value googlemock

Googletest: How to run tests asynchronously?

Invoking function in google mock with abstract base class reference gives num arguments error

How to use gmock to mock up a std::function?

Pro and cons of MockPP and Google Mock

c++ mocking googlemock

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

Google Mock - using ::testing::An()

testing googlemock

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

GoogleMock: Expect either of two method calls

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