Search code examples
How to correctly make mock methods call original virtual method...


c++googlemock

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


c++unit-testingpointersgoogletestgooglemock

Read More
Mock function called by aggregate object using googlemock...


c++unit-testinggoogletestgooglemock

Read More
Google Mock: How to configure custom message to explain match failure...


c++googlemock

Read More
Mock non-virtual method giving compilation error...


c++googletestgooglemock

Read More
Why is original method mocked by GoogleMock still getting called?...


c++unit-testinggoogletestgooglemock

Read More
Google Mock and protected copy constructor...


constructorcopyprotectedgooglemock

Read More
GoogleMock: How to SetArgReferee according to another input parameter?...


c++unit-testinggoogletestgooglemock

Read More
GoogleMock: How to validate input parameters w.r.t number of invocations?...


c++unit-testinggoogletestgooglemock

Read More
Google Mock: Mock private variable member that is instantiated in target class's constructor...


c++unit-testingtddgoogletestgooglemock

Read More
Is GoogleMock not thread safe on Linux?...


c++linuxmultithreadingvisual-studiogooglemock

Read More
google mock - save EXPECT_CALL then re-use and change clauses...


c++googletestgooglemock

Read More
google mock - mock return value of a (free-standing) function called...


unit-testinggoogletestgooglemock

Read More
google mock - EXPECT_CALL triggers even though function has different argument...


c++unit-testinggoogletestgooglemock

Read More
google mock - how to EXPECT_CALL on a variable name i.e. identifier...


c++googletestgooglemock

Read More
google mock - how to expect function to NOT be called with set of parameters...


googletestgooglemock

Read More
google mock expect_call to retire another expectation...


c++googlemock

Read More
In Google Test Framework, how to expect a function call OR another function call?...


c++googletestgooglemock

Read More
How do I mock a function in a class which is templated?...


c++googlemock

Read More
googlemock EXPECT_CALL with small behaviour variations...


c++googletestgooglemock

Read More
Automatic generation of mock classes for gmock...


c++unit-testingvisual-studio-2008googlemock

Read More
Leaked Mock Objects when using GoogleMock together with Boost::Shared Pointers...


c++memory-leaksshared-ptrgooglemock

Read More
How can I check a string parameter in googlemock that is passed as void pointer...


c++googlemock

Read More
Google Mock - Test returns without result when using CoTaskMemFree...


c++unit-testingwinapigooglemock

Read More
How to unit test BSD sockets...


c++socketsc++11googletestgooglemock

Read More
GoogleMock: how to expect precisely one call with a certain argument, and see diagnostic on failure?...


c++matchergooglemockexpectations

Read More
Using googlemock with fake impls of non-virtual functions...


c++unit-testinggoogletestgooglemock

Read More
Google Mock to test the real behaviors of a class...


c++unit-testinggoogletestgooglemock

Read More
'(maybe you meant to use ‘->’ ?)' in gmock test...


c++pointersgoogletestgooglemock

Read More
Google Mock: mock fstream object and control of execution in test...


c++unit-testingfstreamgoogletestgooglemock

Read More
BackNext