mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 > Class Template Reference
[Controlling behaviour of a Visitable Mock Object]

Set up visitable mock method expectations with 5 parameters. More...

Inheritance diagram for mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 VisitableMockMethod5 (const String &name, VisitableMockObject *parent)
 Constructs the mock object.
forward (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5) const
 Actually verifies the mocked method.
void addResponseValue (const R &rv, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, unsigned count=MOCKPP_UNLIMITED)
 Adds another response value.
void addResponseValue (const R &rv, const ConstraintHolder< P1 > &p1, const ConstraintHolder< P2 > &p2, const ConstraintHolder< P3 > &p3, const ConstraintHolder< P4 > &p4, const ConstraintHolder< P5 > &p5, unsigned count=MOCKPP_UNLIMITED)
 Adds another response value.

Detailed Description

template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
class mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 >

Set up visitable mock method expectations with 5 parameters.

Definition at line 191 of file VisitableMockMethod5.h.


Constructor & Destructor Documentation

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 >::VisitableMockMethod5 ( const String name,
VisitableMockObject parent 
) [inline]

Constructs the mock object.

Parameters:
name human readable description about the expectation
parent parent Visitable mock object

Definition at line 200 of file VisitableMockMethod5.h.


Member Function Documentation

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
void mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 >::addResponseValue ( const R &  rv,
const ConstraintHolder< P1 > &  p1,
const ConstraintHolder< P2 > &  p2,
const ConstraintHolder< P3 > &  p3,
const ConstraintHolder< P4 > &  p4,
const ConstraintHolder< P5 > &  p5,
unsigned  count = MOCKPP_UNLIMITED 
) [inline]

Adds another response value.

Response values are determined on the parameters you pass. This way the object returns a value that is totally based on the input.

Parameters:
rv the return value
p1 mock method parameter 1
p2 mock method parameter 2
p3 mock method parameter 3
p4 mock method parameter 4
p5 mock method parameter 5
count the number of times this value shall be returned. Default is unlimited.

Definition at line 274 of file VisitableMockMethod5.h.

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
void mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 >::addResponseValue ( const R &  rv,
const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5,
unsigned  count = MOCKPP_UNLIMITED 
) [inline]

Adds another response value.

Response values are determined on the parameters you pass. This way the object returns a value that is totally based on the input.

Parameters:
rv the return value
p1 mock method parameter 1
p2 mock method parameter 2
p3 mock method parameter 3
p4 mock method parameter 4
p5 mock method parameter 5
count the number of times this value shall be returned. Default is unlimited.

Definition at line 257 of file VisitableMockMethod5.h.

template<typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 >
R mockpp::VisitableMockMethod5< R, P1, P2, P3, P4, P5 >::forward ( const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
const P5 &  p5 
) const [inline]

Actually verifies the mocked method.

Must be called by the client code.

Parameters:
p1 mock method parameter 1
p2 mock method parameter 2
p3 mock method parameter 3
p4 mock method parameter 4
p5 mock method parameter 5

Definition at line 214 of file VisitableMockMethod5.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:17 2010 for mockpp by  doxygen 1.6.1