Search code examples
GMOCK Clang pesky error "/usr/include/limits.h:123:16: fatal error: 'limits.h' file not...

c++clang++googlemock

Read More
In gmock, Is there a way to have mock object return an instance of an user defined object?...

googlemock

Read More
gtest - How to run the same code in the beginning of some functions...

globalgoogletestgooglemock

Read More
What is the difference between gmock_main and gtest_main?...

c++visual-studio-2010googletestgooglemock

Read More
How to mock calling to base class with gmock...

inheritancemockinggooglemock

Read More
How to set an EXPECT_CALL to function being called after a specific time?...

googletestgooglemock

Read More
What is the oposite of EXPECT_CALL?...

unit-testingmockinggoogletestassertgooglemock

Read More
How can I test a call is made after a delay in google test using a mocking framework...

c++unit-testinggoogletestgooglemockfakeit

Read More
GMock: EXPECT_CALL not called as expected for File *...

c++googlemock

Read More
Why do I need the second argument?...

c++googlemock

Read More
SetArrayArgument, is it really the last or lenth?...

c++googlemock

Read More
Expected Method Call with Array as an argument...

c++googlemock

Read More
GoogleMock and QString argument...

c++qtqt5googletestgooglemock

Read More
How to verify the derived type of a parameter passed to a mocked function...

c++unit-testinggoogletestgooglemock

Read More
Grails unit tests - checking arguments when using demand on mock...

grailsmockinggooglemock

Read More
How to mock boost throwing an exception?...

c++unit-testingboostgoogletestgooglemock

Read More
How to generate a mocked object that is created within the class being tested?...

c++unit-testinggooglemock

Read More
GMock, invoking std::function captured by SaveArg...

c++c++11googletestgooglemock

Read More
Google Mock: Is it ok to use global mock objects?...

c++unit-testingmockinggoogletestgooglemock

Read More
How to GoogleTest a private method/enum class inside a Normal or Singleton Class in c++...

c++mockinggoogletestgooglemock

Read More
How to Skip a Portion of the ”Code” in the source code while doing GoogleTest...

c++unit-testingc++11googletestgooglemock

Read More
In order to mock objects, shall we declare all member functions virtual(C++)?...

c++performancegoogletestvirtual-functionsgooglemock

Read More
How to mock method returning istream&?...

c++c++11googlemockistream

Read More
Re-routing a real function to a mocking function with Gmock?...

c++unit-testingtestinggoogletestgooglemock

Read More
Gmock can't mock a method that called in another method in the same class...

c++googlemock

Read More
suppress gmock warning for a vector of mock class...

c++googletestgooglemock

Read More
How To Properly Call a Method From a Mocked Method in Google Test/Mock...

c++googletestgooglemock

Read More
EXPECT_CALL not able to track the calls for methods called from the method under test...

googletestgooglemock

Read More
Mock non-virtual method C++ (gmock)...

c++mockinggooglemock

Read More
Clang++ undefined reference errors with GMock...

c++clang++googlemock

Read More
BackNext