Search code examples
compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map...


c++boostgooglemock

Read More
Google Mock Help Required,...


c++unit-testingmockinggooglemock

Read More
Workaround for gmock to support rvalue reference...


c++googlemock

Read More
Mocking pthread_create using gmock...


c++googlemock

Read More
Use google mock's EXPECT_THAT in EXPECT_CALL?...


c++mockinggooglemock

Read More
TestPlugInRunnerd.exe + gmock...


c++tddgooglemockcppunit

Read More
Can I get away with not mocking all methods in an interface in C++ when using googlemock...


c++unit-testingmockinggooglemock

Read More
Can a mock class inherit from another mock class in googlemock?...


c++unit-testingmockinggooglemock

Read More
Using Google Mock with boost::bind...


c++boostbindgoogletestgooglemock

Read More
Google Mock: multiple expectations on same function with different parameters...


googletestgooglemock

Read More
Google Mock, argument matcher using another argument...


c++unit-testingmockinggooglemock

Read More
Matching boost:none in UTs...


c++googletestimplicit-conversiongooglemock

Read More
gmock compilation error (within testing::internal::FunctionMocker) on mock_method...


c++googletestgooglemock

Read More
Google Mock - how to name mock functions?...


c++googlemock

Read More
GMock: How to return mock class variable as the return value...


c++unit-testinggoogletestgooglemock

Read More
GTest test case "EXPECT_CALL" compilation error...


c++testinggoogletestgooglemock

Read More
Mock method implementation using Google Mock...


c++unit-testinggoogletestgooglemock

Read More
Gmock only expect a specific call...


c++unit-testinggooglemock

Read More
How to specify consecutive returns in gmock?...


c++mockitogoogletestgooglemock

Read More
Can I Return and trigger an action e.g. increment a counter with .WillRepeatedly?...


c++mockinggooglemock

Read More
How to GMOCK a function within function?...


c++unit-testinggoogletestgooglemock

Read More
Specifying method's behaviour via EXPECT_CALL vs in body...


googletestgooglemock

Read More
GMock doesn't compile, virtual function with user type reference argument...


c++referencevirtualgooglemock

Read More
gmock gtest how to setup the mock...


c++unit-testinggoogletestgooglemock

Read More
How to unit test the std::bind function using gtest?...


c++unit-testinggoogletestgooglemock

Read More
C++, Googlemock - testing local object...


c++unit-testinggoogletestgooglemock

Read More
google mock - how to say "function must be called ONCE with a certain parameter but ok to be ca...


c++unit-testinggoogletestgooglemock

Read More
Gmock - How to set mock function parameter value from an input parameter?...


unit-testinggoogletestgooglemock

Read More
Why do I get different results when calling gmock EXPECT_CALL with Times(n) on stack objects and hea...


c++googletestgooglemock

Read More
Using gmock Matchers to set std::function as method argument inside EXPECT_CALL...


c++unit-testinggooglemock

Read More
BackNext