mockpp::VisitableMockMethod1< R, P1 > Class Template Reference
[Controlling behaviour of a Visitable Mock Object]

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

Inheritance diagram for mockpp::VisitableMockMethod1< R, P1 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 VisitableMockMethod1 (const String &name, VisitableMockObject *parent)
 Constructs the mock object.
forward (const P1 &p1) const
 Actually verifies the mocked method.
void addResponseValue (const R &rv, const P1 &p1, unsigned count=MOCKPP_UNLIMITED)
 Adds another response value.
void addResponseValue (const R &rv, const ConstraintHolder< P1 > &p1, unsigned count=MOCKPP_UNLIMITED)
 Adds another response value.

Detailed Description

template<typename R, typename P1>
class mockpp::VisitableMockMethod1< R, P1 >

Set up visitable mock method expectations with 1 parameters.

Definition at line 151 of file VisitableMockMethod1.h.


Constructor & Destructor Documentation

template<typename R , typename P1 >
mockpp::VisitableMockMethod1< R, P1 >::VisitableMockMethod1 ( 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 160 of file VisitableMockMethod1.h.


Member Function Documentation

template<typename R , typename P1 >
void mockpp::VisitableMockMethod1< R, P1 >::addResponseValue ( const R &  rv,
const ConstraintHolder< P1 > &  p1,
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
count the number of times this value shall be returned. Default is unlimited.

Definition at line 218 of file VisitableMockMethod1.h.

template<typename R , typename P1 >
void mockpp::VisitableMockMethod1< R, P1 >::addResponseValue ( const R &  rv,
const P1 &  p1,
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
count the number of times this value shall be returned. Default is unlimited.

Definition at line 205 of file VisitableMockMethod1.h.

template<typename R , typename P1 >
R mockpp::VisitableMockMethod1< R, P1 >::forward ( const P1 &  p1  )  const [inline]

Actually verifies the mocked method.

Must be called by the client code.

Parameters:
p1 mock method parameter 1

Definition at line 170 of file VisitableMockMethod1.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:16 2010 for mockpp by  doxygen 1.6.1