mockpp::VisitableMockMethod3< void, P1, P2, P3 > Class Template Reference
[Controlling behaviour of a Visitable Mock Object]

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

Inheritance diagram for mockpp::VisitableMockMethod3< void, P1, P2, P3 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 VisitableMockMethod3 (const String &name, VisitableMockObject *parent)
 Constructs the mock object.
void forward (const P1 &p1, const P2 &p2, const P3 &p3) const
 Actually verifies the mocked method.

Detailed Description

template<typename P1, typename P2, typename P3>
class mockpp::VisitableMockMethod3< void, P1, P2, P3 >

Set up visitable mock method expectations with 3 parameters.

Partial specialisation for a void return value.

Definition at line 263 of file VisitableMockMethod3.h.


Constructor & Destructor Documentation

template<typename P1 , typename P2 , typename P3 >
mockpp::VisitableMockMethod3< void, P1, P2, P3 >::VisitableMockMethod3 ( 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 272 of file VisitableMockMethod3.h.


Member Function Documentation

template<typename P1 , typename P2 , typename P3 >
void mockpp::VisitableMockMethod3< void, P1, P2, P3 >::forward ( const P1 &  p1,
const P2 &  p2,
const P3 &  p3 
) 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

Definition at line 283 of file VisitableMockMethod3.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