mockpp::VisitableMockMethod0< void > Class Template Reference
[Controlling behaviour of a Visitable Mock Object]

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

Inheritance diagram for mockpp::VisitableMockMethod0< void >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 VisitableMockMethod0 (const String &name, VisitableMockObject *parent)
 Constructs the mock object.
void forward () const
 Actually verifies the mocked method.

Detailed Description

template<>
class mockpp::VisitableMockMethod0< void >

Set up visitable mock method expectations with 0 parameters.

Partial specialisation for a void return value.

Definition at line 121 of file VisitableMockMethod0.h.


Constructor & Destructor Documentation

mockpp::VisitableMockMethod0< void >::VisitableMockMethod0 ( 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 130 of file VisitableMockMethod0.h.


Member Function Documentation

void mockpp::VisitableMockMethod0< void >::forward (  )  const [inline]

Actually verifies the mocked method.

Must be called by the client code.

Definition at line 138 of file VisitableMockMethod0.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