Search code examples
How to test (gmock) when expected result depends on an internal random value?...

c++googlemock

Read More
Gmock - matching structures with more than two vairables...

c++structgoogletestmatchergooglemock

Read More
Save a char* parameter intro a string...

c++c++14googletestgooglemock

Read More
GMock std::any argument...

c++googlemock

Read More
Gmock - Check that a method is not called with a particular argument...

unit-testinggoogletestgooglemock

Read More
How to use gmock SaveArgPointee with with std::shared_ptr of derived class...

c++polymorphismsmart-pointersgooglemock

Read More
How to test a class with google test?...

c++googletestgooglemock

Read More
Multiple prerequisites in partially ordered mock calls in googletest...

c++unit-testinggoogletestgooglemock

Read More
Memory leak warning when using dependency injection using a unique_ptr containing a mocked interface...

c++dependency-injectionc++20googletestgooglemock

Read More
How to mock a template method that's in a template class in GTest?...

c++templatesmockinggoogletestgooglemock

Read More
Is there a way in gmock to return modified input arg without invoke?...

c++googletestgooglemock

Read More
*** has not been declared (though it is)...

c++unit-testingtemplatescircular-dependencygooglemock

Read More
How to gtest / gmock function accepting std::experimental::any argument?...

unit-testingc++14googletestgooglemockstdany

Read More
Google Test - Test that a string does not contain a string...

regexgoogletestgooglemock

Read More
What is the easiest way to invoke a member function on an argument passed to a mocked function?...

c++googlemock

Read More
How do I create a function object which modifies its arguments?...

c++boostgooglemock

Read More
How do I mock non overridden, virtual/non virtual methods of a base class while unit testing?...

c++unit-testinggoogletestgooglemock

Read More
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
BackNext