mockpp::VisitableMockMethod< R, P1, P2, P3, P4, P5, P6 > Class Template Reference

Method mock class to select the actual class with the desired number of parameters. More...

List of all members.

Public Member Functions

 VisitableMockMethod (const String &name, VisitableMockObject *parent)
 Constructs the mock object.

Detailed Description

template<typename R, typename P1 = NoParameter, typename P2 = NoParameter, typename P3 = NoParameter, typename P4 = NoParameter, typename P5 = NoParameter, typename P6 = NoParameter>
class mockpp::VisitableMockMethod< R, P1, P2, P3, P4, P5, P6 >

Method mock class to select the actual class with the desired number of parameters.

Works with meta programming.

Definition at line 260 of file CountedVisitableMethod.h.


Constructor & Destructor Documentation

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

Constructs the mock object.

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

Definition at line 275 of file CountedVisitableMethod.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:14 2010 for mockpp by  doxygen 1.6.1