CppUTest
Public Attributes | List of all members
SMockFunctionCall_c Struct Reference

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)
 

The documentation for this struct was generated from the following file: