CUnit Programmers Reference
3.0
|
Data type for holding assertion failure information (linked list). More...
#include <TestRun.h>
Data Fields | |
CU_FailureType | type |
Failure type. | |
unsigned int | uiLineNumber |
Line number of failure. | |
char * | strFileName |
Name of file where failure occurred. | |
char * | strFunction |
Function of failure. | |
char * | strCondition |
Test condition which failed. | |
CU_pTest | pTest |
Test containing failure. | |
CU_pSuite | pSuite |
Suite containing test having failure. | |
struct CU_FailureRecord * | pNext |
Pointer to next record in linked list. | |
struct CU_FailureRecord * | pPrev |
Pointer to previous record in linked list. | |
Data type for holding assertion failure information (linked list).