|
CppUTest
|
Public Member Functions | |
| virtual MockFunctionCall & | withName (const SimpleString &name) |
| virtual MockFunctionCall & | withCallOrder (int) |
| virtual MockFunctionCall & | withParameter (const SimpleString &name, int value) |
| virtual MockFunctionCall & | withParameter (const SimpleString &name, double value) |
| virtual MockFunctionCall & | withParameter (const SimpleString &name, const char *value) |
| virtual MockFunctionCall & | withParameter (const SimpleString &name, void *value) |
| virtual MockFunctionCall & | withParameterOfType (const SimpleString &typeName, const SimpleString &name, void *value) |
| virtual MockFunctionCall & | ignoreOtherParameters () |
| virtual MockFunctionCall & | andReturnValue (int value) |
| virtual MockFunctionCall & | andReturnValue (double value) |
| virtual MockFunctionCall & | andReturnValue (const char *value) |
| virtual MockFunctionCall & | andReturnValue (void *value) |
| virtual bool | hasReturnValue () |
| virtual MockNamedValue | returnValue () |
| virtual MockFunctionCall & | onObject (void *objectPtr) |
| const char * | getTraceOutput () |
| void | clear () |
Public Member Functions inherited from MockFunctionCall | |
| virtual void | setComparatorRepository (MockNamedValueComparatorRepository *repository) |
Static Public Member Functions | |
| static MockFunctionCallTrace & | instance () |
Additional Inherited Members | |
Protected Member Functions inherited from MockFunctionCall | |
| void | setName (const SimpleString &name) |
| SimpleString | getName () const |
| MockNamedValueComparator * | getComparatorForType (const SimpleString &type) const |
1.8.8