CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
gmock
07-16
OS
GoogleMock trying to set a function argument to a specific value using EXPECT_CALL
07-12
Software design
gMock Visual Studio test crashes when using EXPECT_CALL
07-05
database
gcov is invoking gtest sources and unit-tests. how can I avoid this?
06-13
OS
Trying to match on a c-style array in gmock is failing at compile time
06-07
other
passing One class as input to another class that takes multiple reference interfaces for his constru
06-03
Blockchain
GoogleMock - Returning a value based on mocked function variables
06-01
Blockchain
c GMock SetArgReferee as CStringArray
05-21
OS
How to use an argument as return value in gmock
03-10
Software engineering
Testing templated classes with functions defined in CPP file
03-02
Software engineering
Gmock: save a pointer of a passed argument or compare by address in expected call
02-16
Mobile
How to gtest / gmock function accepting std::experimental::any argument?
12-30
Back-end
Memory leak warning when using dependency injection using a unique_ptr containing a mocked interface
12-19
Enterprise
Multiple prerequisites in partially ordered mock calls in googletest
12-14
Back-end
How to test a class with google test?
12-01
front end
How to use gmock SaveArgPointee with with std::shared_ptr of derived class
11-14
Mobile
Gmock - Check that a method is not called with a particular argument
10-20
Blockchain
GMock std::any argument
10-13
front end
Save a char* parameter intro a string
Links:
CodePudding