Stubs

An object that stubs the behaviour of an invoked method invocation on behalf of an object. More...

Classes

class  mockpp::CallStub< F >
 Always call some functor. More...
class  mockpp::CustomStub< R, I >
 A stub to implement application-specific stubs. More...
class  mockpp::DefaultResultStub< R >
 A stub returning the default value of the return type. More...
class  mockpp::RandomStub< R, T >
 Return a random value. More...
class  mockpp::ReturnAndCallStub< R, F >
 Always return the same specified value and call some functor. More...
class  mockpp::ReturnAndTriggerStub1< R, T1 >
 Always return the same specified value and trigger some contraint. More...
class  mockpp::ReturnAndTriggerStub2< R, T1, T2 >
 Always return the same specified value and trigger some contraint. More...
class  mockpp::ReturnAndTriggerStub3< R, T1, T2, T3 >
 Always return the same specified value and trigger some contraint. More...
class  mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 >
 Always return the same specified value and trigger some contraint. More...
class  mockpp::ReturnAndTriggerStub5< R, T1, T2, T3, T4, T5 >
 Always return the same specified value and trigger some contraint. More...
class  mockpp::ReturnAndTriggerStub6< R, T1, T2, T3, T4, T5, T6 >
 Always return the same specified value and trigger some contraint. More...
class  mockpp::ReturnObjectListStub< R >
 Stub returning a list of defined values. More...
class  mockpp::ReturnStub< R >
 Always return the same specified value. More...
class  mockpp::StubSequence< R, I >
 Use one stub after the other from a sequence. More...
class  mockpp::TestFailureStub< R, I >
 Stub that always fails upon invocation. More...
class  mockpp::ThrowStubBase< R >
 Base for stubs throwing exceptions. More...
class  mockpp::TriggerStub1< T1 >
 Trigger some contraint. More...
class  mockpp::TriggerStub2< T1, T2 >
 Trigger some contraint. More...
class  mockpp::TriggerStub3< T1, T2, T3 >
 Trigger some contraint. More...
class  mockpp::TriggerStub4< T1, T2, T3, T4 >
 Trigger some contraint. More...
class  mockpp::TriggerStub5< T1, T2, T3, T4, T5 >
 Trigger some contraint. More...
class  mockpp::TriggerStub6< T1, T2, T3, T4, T5, T6 >
 Trigger some contraint. More...
class  mockpp::TypelessStubSequence< R >
 Use one stub after the other from a sequence. More...
class  mockpp::VoidStub
 A stub for void methods. More...

Detailed Description

An object that stubs the behaviour of an invoked method invocation on behalf of an object.

A stub is also part of a chained expectation.

 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:48:57 2010 for mockpp by  doxygen 1.6.1