Set up visitable mock method expectations with 0 parameters. More...

Public Member Functions | |
| VisitableMockMethod0 (const String &name, VisitableMockObject *parent) | |
| Constructs the mock object. | |
| void | forward () const |
| Actually verifies the mocked method. | |
Set up visitable mock method expectations with 0 parameters.
Partial specialisation for a void return value.
Definition at line 121 of file VisitableMockMethod0.h.
| mockpp::VisitableMockMethod0< void >::VisitableMockMethod0 | ( | const String & | name, | |
| VisitableMockObject * | parent | |||
| ) | [inline] |
Constructs the mock object.
| name | human readable description about the expectation | |
| parent | parent Visitable mock object |
Definition at line 130 of file VisitableMockMethod0.h.
| void mockpp::VisitableMockMethod0< void >::forward | ( | ) | const [inline] |
Actually verifies the mocked method.
Must be called by the client code.
Definition at line 138 of file VisitableMockMethod0.h.
1.6.1