Search code examples
How to set expectation on a mocked method which is called inside another mocked method C++...


c++googlemock

Read More
google mock : error: ‘class ISInfo’ has no member named ‘gmock_registerCallBack’...


c++googletestgooglemock

Read More
Google Mock: why is a partial ordering of expectations harder to satisfy than a total ordering?...


c++googlemockexpectations

Read More
gMock for Dummies - How to Getting Started? (Visual-Studio-2019)...


c++visual-studiogoogletestvisual-studio-2019googlemock

Read More
What is the difference of saveArg and saveArgPointee in gmock?...


c++googlemock

Read More
While mocking with googletest, how to specify the argument type of an internal::AnythingMatcher for ...


c++mockinggoogletestoverload-resolutiongooglemock

Read More
gmock pointer to base class has no member gmock_...


unit-testingc++11googlemock

Read More
Mocking overloaded methods with the same number of input arguments using GMock...


c++overloadinggoogletestgooglemockambiguous

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


c++visual-studiogoogletestgooglemock

Read More
How to unit test gRPC asynchronous C++ client functions with google test...


c++unit-testinggrpcgoogletestgooglemock

Read More
Matching std::wstring in googlemocks EXPECT_CALL...


c++stlgooglemockwstring

Read More
Google mock with templates and inheritance...


c++templatesinheritancegooglemock

Read More
How to write Google test for ternary variable?...


c++unit-testinggooglemock

Read More
C++ Unit Testing: Stubs (not mocks)?...


c++unit-testingmockingstubgooglemock

Read More
googlemock giving error while building a program with mock...


c++unit-testinggoogletestgooglemock

Read More
Make 2 pointer point to the same adress with google tests actions...


unit-testingglibgooglemock

Read More
How do you create Mock Objects with gMock?...


c++unit-testinggoogletestgooglemock

Read More
how to return the error code when mocking a recvmsg function?...


cgoogletestgooglemock

Read More
Gmock for a nested object...


c++unit-testingmockinggoogletestgooglemock

Read More
Google mock compile error (error: ‘<function name>’ is not a type)...


c++googlemock

Read More
What is the meaning of this 'error: ‘send’ is not a type' in declaring mocks...


mockingtddgooglemock

Read More
How can I create a partial (hybrid) mock in googlemock?...


c++unit-testingmockinggooglemock

Read More
ON_CALL AND EXPECT_CALL on same method with different parameter matchers generates saturated and act...


c++unit-testinggoogletestgooglemock

Read More
How to EXPECT_CALL a specific version of a method?...


googlemock

Read More
googlemock how to use mocking in test...


c++unit-testinggoogletestgooglemock

Read More
I'm trying to return a rapidjson::Value from a GMocked class but I can't seem to get it to w...


c++googletestgooglemockrapidjson

Read More
Why is the implementation of the virtual method in the mock class not recognized by GMock?...


c++mockinggooglemock

Read More
Using GMock to verify a Destructor Call...


c++unit-testingmockinggooglemock

Read More
googlemock: object of mocked class cannot be created...


c++googlemock

Read More
Getting failed expectations from GMock...


c++googlemock

Read More
BackNext