HippoMocks: mocking boost::chrono::steady_clock::now...
Read MoreCall original/mocked function, from within mock...
Read MoreHippomock static function with overload, how to use ExpectCallFuncOverload?...
Read MoreCompilation error looser throw specifier for gtest derived classes with HippoMocks member in C++11...
Read MoreHow to execute two instructions in a .Do()?...
Read MoreHippomocks pointer argument - provide input, check output...
Read MoreMock function with arguments as pointer...
Read MoreIs there an analogous function like Do() for ExpectCallFunc or OnCallFunc?...
Read MoreHow to intercept a free function call like hippomocks does?...
Read MoreHippoMocks: How to ExpectCall With an argument passed by reference?...
Read MoreHippoMocks throws NotImplementedException when not specifying expectation...
Read MoreHippomocks - mocking function with variable count of args...
Read MoreHippoMocks - Mock a COM interface in C++?...
Read MoreHippoMock always throwing NotImplemented...
Read MoreAre multiple coexistent instances of MockRepository possible? If yes under which conditions?...
Read MoreHippoMocks - mocking a function that returns a unique_ptr...
Read MoreHippomocks: How to expect only some of the arguments passed to ExpectCall()?...
Read MoreEquivalent of Hippomocks' previously existing MockRepository::ClassMock...
Read MoreNotImplementedException in Hippomock's MockRepository::BasicRegisterExpect...
Read MoreMocking base class method in Hippomocks...
Read MoreCan a mock be reused for multiple expected calls with different return values in Hippo Mocks?...
Read MoreHippoMocks - mocking methods with std::vector fail to compile...
Read MoreHippoMocks mocking return values by ref...
Read MoreHippoMocks insists on destroying mock...
Read More