Search code examples
OR argument matcher...


googlemock

Read More
Why mocking functions with volatile arguments is not compiling for GMock 1.8.0...


c++volatilegooglemock

Read More
How can i call my mock method two times with two different argument value...


c++googletestgooglemock

Read More
Avoid calling base class with Google Mock...


c++googletestgooglemock

Read More
How to use a (smart) pointer to mocked object (in google mock)...


c++unit-testinggoogletestgooglemock

Read More
How to assign gmock function to specific function pointer?...


c++function-pointersgooglemock

Read More
Gmock: save a pointer of a passed argument or compare by address in expected call...


c++unit-testinggoogletestgooglemock

Read More
Testing templated classes with functions defined in CPP file...


c++unit-testingtemplatesgoogletestgooglemock

Read More
GTest Automatic Mock Class...


c++googletestgooglemock

Read More
How to use an argument as return value in gmock...


c++googletestgooglemock

Read More
GoogleMock - Returning a value based on mocked function variables...


c++googletestgooglemock

Read More
Trying to match on a c-style array in gmock is failing at compile time...


c++googletestgooglemock

Read More
gMock Visual Studio test crashes when using EXPECT_CALL...


c++visual-studiogooglemock

Read More
GoogleMock trying to set a function argument to a specific value using EXPECT_CALL...


c++testinggooglemock

Read More
gcov is invoking gtest sources and unit-tests. how can I avoid this?...


jenkinsgoogletestgooglemockgcovgcovr

Read More
Where is gmock_gen.py script...


googletestgooglemock

Read More
How to fill structure with a mocked function using GoogleMock?...


mockingdebiangooglemockside-effects

Read More
Using dependency injection and mocking it with gmock...


c++dependency-injectiongooglemock

Read More
How can we get NiceMock<> behavior to apply to a single method?...


c++googlemock

Read More
C++ google test, mocks not called on inherited classes...


c++unit-testinggoogletestgooglemock

Read More
How to properly cleanup after google mock objects when calling exit(0)?...


c++googlemockcode-cleanup

Read More
gmock template class 'const T1': actual parameter with requested alignment of 64 won't b...


c++c++11googletestgooglemock

Read More
How do I unit test and check the contents of a vector object of a custom struct using google mock?...


c++unit-testinggoogletestgooglemock

Read More
GoogleTest: How to catch a generic exception in EXPECT_THROW?...


c++exceptiongoogletestgooglemock

Read More
Define and use MOCK_METHOD with gtest and gmock...


c++googletestgooglemock

Read More
Using mocks and death tests...


c++unit-testinggoogletestgooglemock

Read More
googlemock - mock a method that returns a complex datatyp...


c++googletestgooglemock

Read More
How to mock method with optional parameter in Google Mock?...


c++mockinggoogletestgooglemock

Read More
Return multiple mock objects from a mocked factory function which returns std::unique_ptr...


c++googletestgooglemock

Read More
Returning multiple unique_ptr from factory mock...


c++googletestgooglemock

Read More
BackNext