Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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++

Matching C-style array passed as void* with GMock

c++ googlemock

How to GoogleTest a private method/enum class inside a Normal or Singleton Class in c++ [duplicate]

GMock: Has to be always pure virtual the base class of a mock class?

c++ googlemock

Reference to an array parameter in google test/mock framework

How to use gmock with xcode?

c++ xcode mocking googlemock

Why does Google Test not print a stack trace or file name?

c++ googletest googlemock