Common stuff to set up visitable mock method expectations with 0 parameters. More...
Public Member Functions | |
VisitableMockMethod0Common (const String &name, VisitableMockObject *parent) | |
Constructs the mock object. | |
Protected Member Functions | |
void | forward_param () const |
Perform the internals to verify a mocked method. |
Common stuff to set up visitable mock method expectations with 0 parameters.
Definition at line 47 of file VisitableMockMethod0.h.
mockpp::VisitableMockMethod0Common< R >::VisitableMockMethod0Common | ( | 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 55 of file VisitableMockMethod0.h.