Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

How to mock private methods in a class which is being used by public methods in Google Test?

c++ googletest googlemock

Passing an array to parameterized test in gtest

c++ qt googletest googlemock

Googlemock EXPECT_CALL fails with error: no match for 'operator==' (operand types are 'const XX'

googletest googlemock

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

GMock: Capture a reference argument in a mocked function

How to return const reference to vector item from a mocked method?

c++ googlemock

How to mock templated methods using Google Mock?

Comparison of floating point arrays using google test and google mock

Double free in Google Mock

Google Mock: object of abstract class type "xyz" is not allowed?

Gmock setting out parameter

c++ googlemock

What is the oposite of EXPECT_CALL?

gmock - how to mock function with noexcept specifier

c++ googletest googlemock

Calling a method when expected method on mock was invoked

Google mock - at least one of multiple expectations

c++ unit-testing googlemock

Mocking and dependency injection in C++