Set up visitable mock method expectations with 0 parameters. More...
Public Member Functions | |
VisitableMockMethod0 (const String &name, VisitableMockObject *parent) | |
Constructs the mock object. | |
R | forward () const |
Actually verifies the mocked method. |
Set up visitable mock method expectations with 0 parameters.
Definition at line 85 of file VisitableMockMethod0.h.
mockpp::VisitableMockMethod0< R >::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 94 of file VisitableMockMethod0.h.
R mockpp::VisitableMockMethod0< R >::forward | ( | ) | const [inline] |
Actually verifies the mocked method.
Must be called by the client code.
Definition at line 102 of file VisitableMockMethod0.h.