#include <TestRun.h>
Data Fields | |
| unsigned int | uiLineNumber |
| Line number of failure. | |
| char * | strFileName |
| Name of file where failure occurred. | |
| char * | strCondition |
| Test condition which failed. | |
| CU_pTest | pTest |
| Test containing failure. | |
| CU_pSuite | pSuite |
| Suite containing test having failure. | |
| CU_FailureRecord * | pNext |
| Pointer to next record in linked list. | |
| CU_FailureRecord * | pPrev |
| Pointer to previous record in linked list. | |
|
|
Pointer to next record in linked list.
|
|
|
Pointer to previous record in linked list.
|
|
|
Suite containing test having failure.
|
|
|
Test containing failure.
|
|
|
Test condition which failed.
|
|
|
Name of file where failure occurred.
|
|
|
Line number of failure.
|
1.3.9.1