mockpp::InvocationMocker< void, I > Class Template Reference

Partial specialisation for helper objects to mock void invocations. More...

Inheritance diagram for mockpp::InvocationMocker< void, I >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef InvocationMockerBase
< void, I >::Describer 
Describer
 internal shorthand
typedef InvocationMockerBase
< void, I >::DescriberBase 
DescriberBase
 internal shorthand
typedef InvocationMockerBase
< void, I >::DefaultDescriber 
DefaultDescriber
 internal shorthand

Public Member Functions

 InvocationMocker ()
 Creates the object.
 InvocationMocker (AutoPointer< DescriberBase > in_describer)
 Creates the object.
virtual void invoke (const I &invocation)
 Mock the invocation.

Detailed Description

template<typename I>
class mockpp::InvocationMocker< void, I >

Partial specialisation for helper objects to mock void invocations.

Definition at line 423 of file InvocationMocker.h.


Constructor & Destructor Documentation

template<typename I >
mockpp::InvocationMocker< void, I >::InvocationMocker ( AutoPointer< DescriberBase in_describer  )  [inline]

Creates the object.

Parameters:
in_describer pointer to describer object

Member Function Documentation

template<typename I >
virtual void mockpp::InvocationMocker< void, I >::invoke ( const I &  invocation  )  [inline, virtual]

Mock the invocation.

Parameters:
invocation invocation data
Returns:

Implements mockpp::Invokable< void, I >.

Definition at line 455 of file InvocationMocker.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:13 2010 for mockpp by  doxygen 1.6.1