Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in googlemock

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

Method and mock with same class

googletest googlemock

Mocking an entire library

Ignoring mock calls during setup phase

CPP FakeIt library multiple inheritence

How to invoke a method on a object passed to a mocked method

Testing iterative code using mocks - does it make sense, how?

Mock method implementation using Google Mock

NiceMock a Mock that has another Mock as a constructor parameter

GMOCK a method accepting variable arguments

c++ googlemock

How do I mock an overloaded function with const/non

c++ googlemock

How to inspect argument to a gmock EXPECT_CALL()?

Why does Google Mocks find this function call ambiguous?

Google Mock unit testing static methods c++

c++ googletest googlemock

google mock - can I call EXPECT_CALL multiple times on same mock object?