Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

Why is the MOCK_METHOD syntax not working in GMock?

c++ googlemock

C++, google test/mock: assertion to test and object type

Google Mock: How to configure custom message to explain match failure

c++ googlemock

How to set, in google mock, a void* argument to a set of values?

googlemock

C++ Google Mock SaveArg : how to save a pointer argument

c++ googlemock

How can I mock a method with a return type of unique_ptr in Google Mock?

Google Mock : Setting argument in EXPECT_CALL

In a C++ unit test context, should an abstract base class have other abstract base classes as function parameters?

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