Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

Passing arguments to ReturnNew with googlemock

googlemock

How to assign gmock function to specific function pointer?

Override const function google mock

c++ googletest googlemock

Can googlemock mock method calls from within other method calls of the same class?

Googlemock: How to verify elements in an array in an object?

c++ googletest googlemock

Could not deduce template argument when testing C++ with google mock

GMock: How to return a fuction pointer defined by an EXPECT_CALL()

How to use a (smart) pointer to mocked object (in google mock)

How do you create Mock Objects with gMock?

SaveArg value used in expect_call

Nested Matchers in GTest

c++ googletest googlemock

How to include Google Mock in CMake downloading from Github

How to mock method returning istream&?

c++ c++11 googlemock istream

GMOCK EXPECT_CALL on unique_ptr

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