Advanced Mock Objects provide functionality for some of the common tasks to set up behaviour for a mock object. More...
Classes | |
class | mockpp::MixedMockObject |
A MockObject that merges all the advanced mock objects. More... | |
class | mockpp::MockObject |
Base class for setting up mock objcts that are able to emulate a real world object. More... | |
class | mockpp::ChainableMockObjectBase |
Base for a generic object that can be used to replace a real world object for testing purposes. More... | |
class | mockpp::ChainableMockObject |
A generic object that can be used to replace a real world object for testing purposes. More... | |
class | mockpp::VisitableMockObjectBase |
Base class for a generic object that can be used to replace a real world object for testing purposes. More... | |
class | mockpp::VisitableMockObject |
A generic object that can be used to replace a real world object for testing purposes. More... | |
class | mockpp::VerifyingTestCaller< VerifyingFixtureType, DoTheVerify > |
VerifyingTestCaller that verifies Verifiable fields and registered Verifiable objects after the test has run and before the fixture has been torn down. More... | |
class | mockpp::VerifyingTestCase |
TestCase that verifies Verifiable fields and registered Verifiable objects after the test has run and before the fixture has been torn down. More... |
Advanced Mock Objects provide functionality for some of the common tasks to set up behaviour for a mock object.