Search code examples
Google Mock - how to name mock functions?...

c++googlemock

Read More
GMock: How to return mock class variable as the return value...

c++unit-testinggoogletestgooglemock

Read More
Generic custom action to set value to void** argument using gmock...

c++googletestgooglemock

Read More
GTest test case "EXPECT_CALL" compilation error...

c++testinggoogletestgooglemock

Read More
Mock method implementation using Google Mock...

c++unit-testinggoogletestgooglemock

Read More
Gmock only expect a specific call...

c++unit-testinggooglemock

Read More
How to specify consecutive returns in gmock?...

c++mockitogoogletestgooglemock

Read More
Can I Return and trigger an action e.g. increment a counter with .WillRepeatedly?...

c++mockinggooglemock

Read More
How to GMOCK a function within function?...

c++unit-testinggoogletestgooglemock

Read More
Specifying method's behaviour via EXPECT_CALL vs in body...

googletestgooglemock

Read More
GMock doesn't compile, virtual function with user type reference argument...

c++referencevirtualgooglemock

Read More
gmock gtest how to setup the mock...

c++unit-testinggoogletestgooglemock

Read More
How to unit test the std::bind function using gtest?...

c++unit-testinggoogletestgooglemock

Read More
C++, Googlemock - testing local object...

c++unit-testinggoogletestgooglemock

Read More
google mock - how to say "function must be called ONCE with a certain parameter but ok to be ca...

c++unit-testinggoogletestgooglemock

Read More
Gmock - How to set mock function parameter value from an input parameter?...

unit-testinggoogletestgooglemock

Read More
Why do I get different results when calling gmock EXPECT_CALL with Times(n) on stack objects and hea...

c++googletestgooglemock

Read More
Nested Matchers in GTest...

c++googletestgooglemock

Read More
Using gmock Matchers to set std::function as method argument inside EXPECT_CALL...

c++unit-testinggooglemock

Read More
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
c++ GMock SetArgReferee as CStringArray...

c++mfcgoogletestgooglemock

Read More
BackNext