Classes | |
class | mockpp::ExpectationBoundary< T > |
A class to verify that an actual value lies between two boundary values. More... | |
class | mockpp::ExpectationConglomeration< T > |
A class to verify conglomerations of expectations: each expected object must occur at least once. More... | |
class | mockpp::ExpectationCounter |
A class to verify the expected count of an event. More... | |
class | mockpp::ExpectationList< T > |
A class to verify lists of expectations, one after the other as they occur. More... | |
class | mockpp::ExpectationMap< Key, Value > |
A class to verify maps of expectations: each expected object must occur at least once. More... | |
class | mockpp::ExpectationSegment< Str > |
A class to verify the occurence of a substring. More... | |
class | mockpp::ExpectationSet< T > |
A class to verify sets of expectations: each expected object must occur at least once. More... | |
class | mockpp::ExpectationValue< T > |
A class to verify the equality of expected and actual value. More... | |
class | mockpp::MockObject |
Base class for setting up mock objcts that are able to emulate a real world object. More... | |
class | mockpp::MockTimeServer |
Mock object to return defined time points. More... | |
class | mockpp::ReturnObjectList< T > |
This class allows a list of objects to be setup which can be used whilst.The list is check to make sure that all the object in it are used and that none are left over at the end of a test. More... | |
class | mockpp::Throwable |
A virtual base class to handle throwable objects. More... | |
class | mockpp::ThrowableList |
A list of throwable objects. More... | |
class | mockpp::TrackingCounterBase |
A base class to keep track of occurrences. More... | |
class | mockpp::TrackingCounterMaster |
The master counter from which clients obtain the current occurence count. More... | |
class | mockpp::TrackingCounterClient |
The client counter to track occurrences based on a shared counter. More... | |
class | mockpp::ConstraintList< T > |
A class to verify lists of constraints, one after the other as they occur. 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... |