Set up a chainable mock method expectations with 0 parameters. More...
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. |
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.
mockpp::ChainableMockMethod0< void >::ChainableMockMethod0 | ( | const String & | name, | |
ChainableMockObject * | parent | |||
) | [inline] |
Constructs the mock object.
name | human readable description about the expectation | |
parent | parent chainable mock object |
Definition at line 146 of file ChainableMockMethod0.h.
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.