Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

MOCK_METHOD name must be followed by '::' must be a class or namespace name

I am doing unit testing using gtest and gmock frameworks and I need help in stubbing/mocking a external C functions used inside class functions

Gmock can't mock a method that called in another method in the same class

c++ googlemock

'typename' missing for MOCK_METHODx() definitions in templated mock class

c++ googlemock

Why do EXPECT_CALL tests pass unexpectedly when using a dereferenced pointer?

How to correctly make mock methods call original virtual method

c++ googlemock

How (if at all) can I mock a mocked class on the heap?

c++ googlemock