Search code examples
Google Mock: Mocked overloaded functions create warning C4373...


c++visual-c++mockingoverloadinggooglemock

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


c++mockinggoogletestgooglemock

Read More
Google Mock: why NiceMock does not ignore unexpected calls?...


c++unit-testinggoogletestgooglemock

Read More
Using Google Mock with pointer to interface...


c++c++17googlemock

Read More
How to write a good GMock matcher for two-dimensional arrays?...


c++unit-testinggoogletestmatchergooglemock

Read More
Can I use google mocks to check method parameters without setting an expectation in advance?...


c++unit-testinggoogletestgooglemock

Read More
How to use Google Mock with CppUnitTestFramework...


c++unit-testingvisual-c++googlemockmicrosoft-cpp-unit-test

Read More
Mocking a non-virtual function using Google Mock?...


c++unit-testingtestinggoogletestgooglemock

Read More
Google Mock and override keyword...


c++overridinggooglemock

Read More
Error with Google Mock and shared_from_this?...


c++shared-ptrgooglemock

Read More
QNX Momentics: GoogleMock - Return has value, in function returning void error...


c++c++11googletestgooglemockqnx

Read More
google mock - how to mock object owned by class under test...


c++unit-testinggooglemock

Read More
Double free in Google Mock...


c++unit-testinggoogletestgooglemock

Read More
Using google test to check callbacks...


c++googletestgooglemock

Read More
How to mock a class with both virtual and non-virtual methods using Google Mock?...


c++unit-testinggoogletestgooglemock

Read More
Can Google Mock a method with a smart pointer return type?...


c++unit-testingsmart-pointersgooglemock

Read More
Google Mock: passing pointer to mock object, but method call is still calling real method...


c++googlemock

Read More
googlemock segmentation fault with simple case of EXPECT_CALL...


c++googlemock

Read More
Why GoogleMock reports mock object leak when mock object is wrapper in unique_ptr?...


c++googlemock

Read More
why GoogleMock reports not match with exact same arguments value?...


c++googlemock

Read More
Setting Up Gmock to QT (Windows)...


qtgooglemock

Read More
Google Mock: Return() a list of values...


c++return-valuegooglemock

Read More
GoogleMock: How to save a parameter to be used in the next call on the mock...


c++unit-testinggooglemock

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


visual-studio-2017googletestgooglemock

Read More
EXPECT_CALL(mock, f(N)) vs f(K) followed by f(N)...


c++googlemock

Read More
What is the difference between gtest and gmock?...


c++googletestgooglemock

Read More
Why is it recommended to include googletest source files...


c++cmakegoogletestgooglemock

Read More
Expect call with the exact object instance as argument...


c++googletestgooglemock

Read More
Mocking class with no virtual methods...


c++googletestgooglemock

Read More
How to set up a mock server with GoogleMock...


c++socketsgoogletestgooglemock

Read More
BackNext