Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

What is the difference of saveArg and saveArgPointee in gmock?

c++ googlemock

googlemock - mock a method that returns a complex datatyp

c++ googletest googlemock

Mocking a method with throw() specifier

c++ mocking googlemock

Compile error when I #include "gmock/gmock.h"

c++ googlemock

Leaked Mock Objects when using GoogleMock together with Boost::Shared Pointers

Why does googlemock report a leaked mock when I can see it being deleted?

google mock - how to say "function must be called ONCE with a certain parameter but ok to be called many times with different parameters"?

Matching arguments of custom type in googlemock

c++ googlemock

Interleaving EXPECT_CALL()s and calls to the mock functions

How to Configure GoogleMock in Visual Studio 2017 After Already Installing GoogleTest?

Google Mock testing::internal::ReturnAction<R> array with negative size

c++ googlemock

Using Google Mocks, how to give a mock implementation without caring about / setting any expectation of invocation

c++ unit-testing googlemock

SEH exception when using googlemock

c++ googlemock

How can I tell GoogleMock to stop checking an expectation after the test finished?

Using google test to check callbacks

c++ googletest googlemock

Google Mock: Mocked overloaded functions create warning C4373

Google Mock: multiple expectations on same function with different parameters

googletest gmock googlemock

How to mock variadic functions using googlemock

googlemock

Google Mock Destructor

Google mock compile error (error: ‘<function name>’ is not a type)

c++ googlemock