Search code examples
NiceMock a Mock that has another Mock as a constructor parameter...

c++unit-testinggoogletestgooglemock

Read More
Using std::vector<boost::variant<...>> with Google Mock causes a compilation error...

c++c++11googlemockboost-variant

Read More
Read out the expectations from a mock object...

c++googletestgooglemock

Read More
GMock test fixture crashes on Windows...

c++windowsunit-testinggooglemock

Read More
scope issue with DefaultValue from gmock...

c++namespacesgoogletestgooglemock

Read More
Class changes required for mocking for Unit Test Cases...

c++googlemock

Read More
Mock Methods that are not virtual...

c++c++11googlemock

Read More
GMOCK method is throwing compilation error...

c++c++11googlemock

Read More
SetArgPointee with a variable...

googlemock

Read More
GMock EXPECT_CALL doesn't match AnyMatcher...

c++tddgoogletestgooglemock

Read More
Can't build C/C++ program with gmock/gmock.h, too many errors are generated...

c++testinggoogletestgooglemock

Read More
How to solve gmock EXPECT_CALL failure, when variable passed to function doesn't matter...

c++googletestgooglemock

Read More
How to unregister a testcase and how to register a particular test case into Gtest...

c++visual-studio-2010googletestgooglemock

Read More
mock a function which has double pointer as argument...

c++googlemock

Read More
Return mock method argument with gmock...

c++unit-testinggoogletestgooglemock

Read More
Two objects with the same name in the same namespace in different cpp files...

c++googletestgooglemock

Read More
gmock Multiple mock instances, but only one is effective...

c++unit-testinggoogletestgooglemock

Read More
Matching C-style array passed as void* with GMock...

c++googlemock

Read More
How to check if member method is called...

c++unit-testinggoogletestgooglemock

Read More
LNK2019 With Qt and Gmock...

c++qtgoogletestgooglemocklnk2019

Read More
Does gtest/gmock have a way to stub every instance of a class?...

c++testinggoogletestgooglemock

Read More
Google Mock matching an array...

c++googletestgooglemock

Read More
passing a mock object as an argument of a function...

c++unit-testinginterfacegooglemock

Read More
How to ignore the first action in the gtest DoAll()...

c++referencegoogletestgooglemock

Read More
EXPECT_CALL without mock in Google Test...

c++unit-testinggoogletestgooglemock

Read More
Attempting to Reference a Deleted Function UnitTest...

c++googlemock

Read More
MOCK a method that accepts unique_ptr...

c++googlemock

Read More
I modified gtest/gmock so it is really easy to mock non-virtual functions...

c++unit-testingoverridinggoogletestgooglemock

Read More
How to write unit test for global functions where it is calling another global function using gtest/...

c++unit-testinggoogletestgooglemock

Read More
GMOCK Uninteresting Function call for any test that isn't the first test on a shared pointer moc...

c++unit-testingmockinggooglemock

Read More
BackNext