Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

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

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