Search code examples
Gmock - matching structures...


c++googlemock

Read More
Is it possible to not output the raw object when dealing with GMock EXPECT_CALL?...


googletestgooglemock

Read More
Can you mock C functions with Googlemock without creating a global mock instance?...


c++cunit-testinggoogletestgooglemock

Read More
How to do the partial match for a struct parameter in gmock expect_call...


c++googletestgooglemock

Read More
How to get around not passing a copyable object to the MATCHER within MOCK_METHOD?...


c++unit-testinggoogletestgooglemock

Read More
Matching multiple objects in a MOCK_METHOD...


c++unit-testingmockinggoogletestgooglemock

Read More
Is it possible to have create mock method for each argument from parameter pack?...


c++templatesgooglemock

Read More
How to call EXPECT_CALL gtest macro before the object construction...


c++googletestgooglemock

Read More
is it ok for arguments and expects go out of scope...


c++unit-testingc++17googletestgooglemock

Read More
GMock EXPECT_CALL returns FAILED while comparing two char arguments inside the method...


c++googletestgooglemock

Read More
gmock save argument string...


c++googletestgooglemock

Read More
gmock multiple sequences with duplicate EXPACT_CALL with same arguments...


c++googletestgooglemock

Read More
Can I use Googlemock mock objects in unit tests with C++Builder?...


c++buildergoogletestgooglemock

Read More
Is there OutOfSequence?...


c++testinggooglemock

Read More
Mocking a class instance created in other class constructor C++ Google Mock...


c++constructorinterfacegooglemock

Read More
GMock - returning default value with ON_CALL for overloaded methods...


c++googlemock

Read More
how to set expect_call on a function in while loop?...


unit-testinggoogletestgooglemock

Read More
gmock ElementsAreArray() Matcher gives compiler errors in gmock-matchers.h...


c++googlemock

Read More
'typename' missing for MOCK_METHODx() definitions in templated mock class...


c++googlemock

Read More
gtest hangs during deconstructing fixture when a mock returns a mock as default value...


deadlockgoogletestgooglemock

Read More
gmock matcher doesn't match my arguments by reference...


googlemockmatcher

Read More
Mocking a class having private Constructor using GMOCK...


c++mockingsingletongooglemockprivate-constructor

Read More
Mocking Parametrized Constructor using Gmock...


c++constructormockinggoogletestgooglemock

Read More
Google mock ByRef method...


c++googletestgooglemock

Read More
Setting Eclipse CDT with cygwin 1.7 for gtest...


c++eclipsecygwingoogletestgooglemock

Read More
How would I mock an object created in the 'method under test'?...


unit-testinggoogletestgooglemock

Read More
Mock function with class template parameter in signature...


c++testingmockinggooglemock

Read More
Mocking static functions declared and defined in .cpp without class file using GMOCK...


c++static-methodsgoogletestgooglemocknon-member-functions

Read More
Changing gmock expectation...


c++unit-testingmockitogooglemock

Read More
GMock: Has to be always pure virtual the base class of a mock class?...


c++googlemock

Read More
BackNext