Method mock class to select the actual class with the desired number of parameters. More...
Public Member Functions | |
VisitableMockMethod (const String &name, VisitableMockObject *parent) | |
Constructs the mock object. |
Method mock class to select the actual class with the desired number of parameters.
Works with meta programming.
Definition at line 260 of file CountedVisitableMethod.h.
mockpp::VisitableMockMethod< R, P1, P2, P3, P4, P5, P6 >::VisitableMockMethod | ( | const String & | name, | |
VisitableMockObject * | parent | |||
) | [inline] |
Constructs the mock object.
name | human readable description about the expectation | |
parent | parent chainable mock object |
Definition at line 275 of file CountedVisitableMethod.h.