mockpp::ChainableMockMethod0< void > Class Template Reference
[Chaining behaviour of a Chainable Mock Object]

Set up a chainable mock method expectations with 0 parameters. More...

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

List of all members.

Public Types

typedef
ChainableMockMethod0Common
< void >::InvocationType 
InvocationType
 internal shorthand

Public Member Functions

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

Detailed Description

template<>
class mockpp::ChainableMockMethod0< void >

Set up a chainable mock method expectations with 0 parameters.

Partial specialisation for a void return value.

Definition at line 135 of file ChainableMockMethod0.h.


Constructor & Destructor Documentation

mockpp::ChainableMockMethod0< void >::ChainableMockMethod0 ( const String name,
ChainableMockObject parent 
) [inline]

Constructs the mock object.

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

Definition at line 146 of file ChainableMockMethod0.h.


Member Function Documentation

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

Actually verifies the mocked method.

Must be called by the client code.

Definition at line 154 of file ChainableMockMethod0.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:10 2010 for mockpp by  doxygen 1.6.1