List Question
20 TechQA 2024-03-30T20:22:43.147000How to use gmock MOCK_METHOD for overloaded object reference?
40 views
Asked by Ingo
add_subdirectory error in CMake when installing Google Test
35 views
Asked by iwsug_24
How to write a google mock matcher to match a void pointer argument?
85 views
Asked by ventsyv
Injecting a map of std::string and StrictMock<MockClass> into a class under test
29 views
Asked by Zuiax
How to disambiguate a pointer and a reference version of a function?
59 views
Asked by Nemelis
Mocking problem on Non-Virtual functions with NVI Idiom
96 views
Asked by İsa Yurdagül
GMock / Virtual Functions / Boost MSM how to correctly combine?
51 views
Asked by Daniel S
GTEST matcher to compare vectors of given struct
83 views
Asked by Jacob
Use gMock for a class instantiated in smart pointers
44 views
Asked by Lorah Attkins
How to pass extra argument to google mock EXPECT_CALL
61 views
Asked by jviita
Gmock: is it allowed to interleave expectations and calls to mock function for Different mock objects?
49 views
Asked by JenyaKh
gtest/gmock override call from base class
39 views
Asked by Alexander
How to build google test and google mock lib and use them in VS console app?
88 views
Asked by Shashank
How to set up expectations on a mock method based on certain parameters
63 views
Asked by Aman Deep Gautam
When mocking a class via MOCK_METHOD, does it need the override keyword?
132 views
Asked by davidj361
Test a std::vector argument from a MOCK_METHOD call with gtest
192 views
Asked by SuperFly
How can we write gtest for a method which calls a method of protected defined class member?
48 views
Asked by unknownperson
EXPECT_CALL() macro dont compile when trying to throw a custom exception
48 views
Asked by pankaj kushwaha
How can I have a gmock object return a fixed std::forward_list
39 views
Asked by Muc
How to use GoogleTest/GoogleMock to test a hash table implementation?
60 views
Asked by audio-engineer