Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

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

Why can't I use SetArgPointee() with googlemock?

c++ unit-testing googlemock

Why the compiler does not recognize Google Mock wildcard?

c++ googletest googlemock

Is it possible to capture parameters with Google Mock (gmock)?

Uninteresting mock function call bla() && Expected: to be called at least once bla()?

Google Mock - how to name mock functions?

c++ googlemock gmock

Compare containers with GoogleTest

c++ googletest googlemock