Search code examples
Any good way to make system call proxy to allow for mocking in unit test?...


c++unit-testinggooglemock

Read More
Gmock how to mock a one line function which doesn't take parameters?...


c++googletestgooglemock

Read More
use of variable in EXPECT_CALL...


c++c++11googlemock

Read More
Change return value of a mock function when another mock function is called...


c++googletestgooglemock

Read More
attempt to reference a deleted function _ gmock...


c++googlemock

Read More
Using MOCK functions in another class...


c++googlemock

Read More
**How to solve gmock void signature**...


c++msbuildmockinggooglemock

Read More
C++ Google test aborts on Ubuntu calling Notify() multiple times on Notification object...


c++linuxgoogletestgooglemockabseil

Read More
How to implement blocking mock function with gmock?...


c++googletestblockinggooglemock

Read More
Gtest and gmock in below code snippet though error...


c++11googletestgooglemock

Read More
Unfulfilled EXPECT_CALL in gtest when passing vector by setargreferee...


c++vectorgoogletestgooglemock

Read More
using Gmock to call a member function...


c++googlemock

Read More
No effect at applying of ON_CALL on a gmock object...


dependency-injectiongooglemock

Read More
gmock: How do I pass a pointer of a mock class into another class?...


c++googletestgooglemock

Read More
How to match two C-style arrays into google mock?...


c++googlemock

Read More
Is there a <Do-nothing> kind of action in the EXPECT_CALL of Gmock?...


unit-testinggoogletestgooglemock

Read More
Google Mock, expect call between 2 given numbers...


googletestgooglemock

Read More
Google Test Adapter in Visual Studio: How to use local build of googletest/googlemock...


c++visual-studio-2017googletestgooglemock

Read More
What is the nfunction of .WillOnce(Return(n)) in google mock?...


c++googletestgooglemock

Read More
gmock.h is not included in external dependencies of my Google Test...


c++visual-studio-2017windows-10googletestgooglemock

Read More
Googlemock! Error with my test. on call will by default return invoke...


c++cmakegoogletestgooglemockarduino-esp8266

Read More
sleep() call inside gmock's EXPECT_CALL...


c++unit-testinggoogletestgooglemock

Read More
Passing an array to parameterized test in gtest...


c++qtgoogletestgooglemock

Read More
Expecting googlemock calls from another thread...


c++mockinggooglemock

Read More
GoogleTest Expect call fail for the mock method...


c++unit-testingmockinggoogletestgooglemock

Read More
Is GoogleMock still intended to work with any testing framework?...


c++testinggooglemock

Read More
How to run the same google test case with different google mocks?...


c++googletestgooglemock

Read More
How do I unit test (default) move operations?...


c++unit-testinggoogletestmove-semanticsgooglemock

Read More
Google Mock Actual function call count doesn't match EXPECT_CALL...


c++mockinggoogletestgooglemock

Read More
GoogleTest/Mock SaveArg of a rapidjson::Value&...


c++googletestgooglemock

Read More
BackNext