Common stuff to set up chainable mock method expectations. More...
Public Member Functions | |
ChainableMockMethodCommon (const String &name, ChainableMockObject *parent) | |
Constructs the mock object. | |
ChainableMockObject * | getChainableMockObject () const |
Returns the underlying mock object. | |
String | getMethodName () const |
Returns the mock object name. |
Common stuff to set up chainable mock method expectations.
Definition at line 48 of file ChainableMockMethod.h.
mockpp::ChainableMockMethodCommon::ChainableMockMethodCommon | ( | 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 56 of file ChainableMockMethod.h.
ChainableMockObject* mockpp::ChainableMockMethodCommon::getChainableMockObject | ( | ) | const [inline] |
Returns the underlying mock object.
Definition at line 67 of file ChainableMockMethod.h.
String mockpp::ChainableMockMethodCommon::getMethodName | ( | ) | const [inline] |
Returns the mock object name.
Definition at line 75 of file ChainableMockMethod.h.