|
CppUTest
|
Public Attributes | |
| MockFunctionCall_c *(* | withIntParameters )(const char *name, int value) |
| MockFunctionCall_c *(* | withDoubleParameters )(const char *name, double value) |
| MockFunctionCall_c *(* | withStringParameters )(const char *name, const char *value) |
| MockFunctionCall_c *(* | withPointerParameters )(const char *name, void *value) |
| MockFunctionCall_c *(* | withParameterOfType )(const char *type, const char *name, void *value) |
| MockFunctionCall_c *(* | andReturnIntValue )(int value) |
| MockFunctionCall_c *(* | andReturnDoubleValue )(double value) |
| MockFunctionCall_c *(* | andReturnStringValue )(const char *value) |
| MockFunctionCall_c *(* | andReturnPointerValue )(void *value) |
| MockValue_c(* | returnValue )(void) |
1.8.8