Method mock class to select the actual class with the desired number of parameters. More...
Public Member Functions | |
ChainableMockMethod (const String &name, ChainableMockObject *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 262 of file CountedChainableMethod.h.
mockpp::ChainableMockMethod< RT, P1, P2, P3, P4, P5, P6 >::ChainableMockMethod | ( | 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 277 of file CountedChainableMethod.h.