mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 > Class Template Reference
[Stubs]

Always return the same specified value and trigger some contraint. More...

Inheritance diagram for mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ReturnAndTriggerStub4 (const R &in_result, TriggeredConstraint< T1 > *in_tc1, TriggeredConstraint< T2 > *in_tc2, TriggeredConstraint< T3 > *in_tc3, TriggeredConstraint< T4 > *in_tc4)
 Creates the object.
virtual R typelessInvoke ()
 Mock the invocation without passing parameters.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.

Detailed Description

template<typename R, typename T1, typename T2, typename T3, typename T4>
class mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 >

Always return the same specified value and trigger some contraint.

See also:
mockpp::returnValueAndTrigger

Definition at line 275 of file ReturnAndTriggerStub.h.


Constructor & Destructor Documentation

template<typename R, typename T1, typename T2, typename T3, typename T4>
mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 >::ReturnAndTriggerStub4 ( const R &  in_result,
TriggeredConstraint< T1 > *  in_tc1,
TriggeredConstraint< T2 > *  in_tc2,
TriggeredConstraint< T3 > *  in_tc3,
TriggeredConstraint< T4 > *  in_tc4 
) [inline]

Creates the object.

Parameters:
in_result the return value
in_tc1 pointer to trigger constraint 1
in_tc2 pointer to trigger constraint 2
in_tc3 pointer to trigger constraint 3
in_tc4 pointer to trigger constraint 4

Definition at line 286 of file ReturnAndTriggerStub.h.


Member Function Documentation

template<typename R, typename T1, typename T2, typename T3, typename T4>
virtual String mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 >::describeTo ( String buffer  )  const [inline, virtual]

Appends the description of this object to the buffer.

Parameters:
buffer The buffer that the description is appended to.
Returns:
The current content of the buffer data

Implements mockpp::TypelessStub< R >.

Definition at line 316 of file ReturnAndTriggerStub.h.

template<typename R, typename T1, typename T2, typename T3, typename T4>
virtual R mockpp::ReturnAndTriggerStub4< R, T1, T2, T3, T4 >::typelessInvoke (  )  [inline, virtual]

Mock the invocation without passing parameters.

Triggers the according constraints and returns the value.

Returns:
return value from mocked invocation

Implements mockpp::TypelessStub< R >.

Definition at line 303 of file ReturnAndTriggerStub.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on Tue Jan 5 09:49:03 2010 for mockpp by  doxygen 1.6.1