Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

how to mock macro function using google mock

c++ c googlemock

How to check with Google Test zero or one function call?

EXPECT_CALL for a mock function with argument of type unique_ptr reference

c++ unit-testing googlemock

Google mock with `unique_ptr` and `std::move` object giving memory leak issue

c++ unit-testing googlemock

How to call const std::function<>& parameter in mock expectation?

Avoid calling base class with Google Mock

c++ googletest googlemock

Google Mock and override keyword

c++ overriding googlemock

how to use gmock to mock this class that its instance as a class member in other class

unit-testing googlemock

Mocking side effect for const pointer parameter using googlemock

c++ mocking googlemock

Mock for a concrete class using gmock in C++

How to verify the derived type of a parameter passed to a mocked function

Describe a google mock matcher as std::string

c++ googlemock

google mock delegate to fake must be copy constructable

c++ googletest googlemock

std::pair argument in Google Mocked member function fails to compile

Generic custom action to set value to void** argument using gmock

c++ googletest googlemock

gmock ignore "interesting" function call

How to set a default return value for an ON_CALL to a const method for gmock?

c++ googlemock