Partial specialisation for helper objects to mock void invocations. More...
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. |
Partial specialisation for helper objects to mock void invocations.
Definition at line 423 of file InvocationMocker.h.
mockpp::InvocationMocker< void, I >::InvocationMocker | ( | AutoPointer< DescriberBase > | in_describer | ) | [inline] |
Creates the object.
in_describer | pointer to describer object |
virtual void mockpp::InvocationMocker< void, I >::invoke | ( | const I & | invocation | ) | [inline, virtual] |
Mock the invocation.
invocation | invocation data |
Implements mockpp::Invokable< void, I >.
Definition at line 455 of file InvocationMocker.h.