Search code examples
HippoMocks: mocking boost::chrono::steady_clock::now...


c++testingboosthippomocks

Read More
Call original/mocked function, from within mock...


c++winapihippomocks

Read More
Hippomock static function with overload, how to use ExpectCallFuncOverload?...


c++mockingoverloadinghippomocks

Read More
Compilation error looser throw specifier for gtest derived classes with HippoMocks member in C++11...


c++11googletestgooglemockhippomocks

Read More
How to execute two instructions in a .Do()?...


c++hippomocks

Read More
Hippomocks pointer argument - provide input, check output...


parameter-passinghippomocks

Read More
Mock function with arguments as pointer...


c++unit-testinghippomocks

Read More
Is there an analogous function like Do() for ExpectCallFunc or OnCallFunc?...


unit-testinghippomocks

Read More
How to intercept a free function call like hippomocks does?...


c++hippomocks

Read More
HippoMocks: How to ExpectCall With an argument passed by reference?...


c++testinghippomocks

Read More
HippoMocks throws NotImplementedException when not specifying expectation...


c++unit-testinghippomocks

Read More
Is HippoMocks thread-safe?...


multithreadingunit-testingmockinghippomocks

Read More
Hippomocks - mocking function with variable count of args...


c++unit-testinghippomocks

Read More
HippoMocks - Mock a COM interface in C++?...


c++visual-c++mockinghippomocks

Read More
HippoMock always throwing NotImplemented...


c++pure-virtualhippomocks

Read More
Are multiple coexistent instances of MockRepository possible? If yes under which conditions?...


c++unit-testinghippomocks

Read More
HippoMocks - mocking a function that returns a unique_ptr...


c++c++11mockinghippomocks

Read More
Hippomocks: How to expect only some of the arguments passed to ExpectCall()?...


c++mockinghippomocks

Read More
Equivalent of Hippomocks' previously existing MockRepository::ClassMock...


unit-testingmockingvirtualexpectationshippomocks

Read More
NotImplementedException in Hippomock's MockRepository::BasicRegisterExpect...


c++exceptionmockingexpectationshippomocks

Read More
Mocking base class method in Hippomocks...


c++unit-testingmockinghippomocks

Read More
Can a mock be reused for multiple expected calls with different return values in Hippo Mocks?...


c++visual-studio-2010mockinghippomocks

Read More
HippoMocks - mocking methods with std::vector fail to compile...


c++unit-testingmockinghippomocks

Read More
HippoMocks mocking return values by ref...


c++unit-testingmockinghippomocks

Read More
HippoMocks insists on destroying mock...


c++unit-testingmockinghippomocks

Read More
BackNext