|
|
MockFunctionCall_c *(* | expectOneCall )(const char *name) |
| |
|
MockFunctionCall_c *(* | actualCall )(const char *name) |
| |
|
MockValue_c(* | returnValue )(void) |
| |
|
void(* | enable )(void) |
| |
|
void(* | disable )(void) |
| |
|
void(* | setIntData )(const char *name, int value) |
| |
|
void(* | setDoubleData )(const char *name, double value) |
| |
|
void(* | setStringData )(const char *name, const char *value) |
| |
|
void(* | setPointerData )(const char *name, void *value) |
| |
|
void(* | setDataObject )(const char *name, const char *type, void *value) |
| |
|
MockValue_c(* | getData )(const char *name) |
| |
|
void(* | checkExpectations )(void) |
| |
|
int(* | expectedCallsLeft )(void) |
| |
|
void(* | clear )(void) |
| |
|
void(* | installComparator )(const char *typeName, MockTypeEqualFunction_c isEqual, MockTypeValueToStringFunction_c valueToString) |
| |
|
void(* | removeAllComparators )(void) |
| |
The documentation for this struct was generated from the following file: