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

Public Types | |
|
typedef ChainableMockMethod0Common< RT > ::InvocationType | InvocationType |
| internal shorthand | |
Public Member Functions | |
| ChainableMockMethod0 (const String &name, ChainableMockObject *parent) | |
| Constructs the mock object. | |
| RT | forward () const |
| Actually verifies the mocked method. | |
Set up a chainable mock method expectations with 0 parameters.
Definition at line 102 of file ChainableMockMethod0.h.
| mockpp::ChainableMockMethod0< RT >::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 113 of file ChainableMockMethod0.h.
| RT mockpp::ChainableMockMethod0< RT >::forward | ( | ) | const [inline] |
Actually verifies the mocked method.
Must be called by the client code.
Definition at line 122 of file ChainableMockMethod0.h.
1.6.1