| [ CCUnit project page ] | [ CCUnit home page ] |
Collects a failed test together with the failed assertion. More...
#include <CCUnitTestFailure.h>

Data Fields | |
| const char * | file |
| file name | |
| unsigned int | line |
| line No. | |
| const char * | condstr |
| test condition | |
| const char * | expect |
| expect value as string | |
| const char * | actual |
| actual value as string | |
| const CCUnitTestCase * | testCase |
| test case object | |
Collects a failed test together with the failed assertion.
| const char* CCUnitTestFailure::actual |
actual value as string
Referenced by printFailures().
| const char* CCUnitTestFailure::condstr |
test condition
Referenced by printFailures().
| const char* CCUnitTestFailure::expect |
expect value as string
Referenced by printFailures().
| const char* CCUnitTestFailure::file |
file name
Referenced by printFailures().
| unsigned int CCUnitTestFailure::line |
line No.
Referenced by printFailures().
test case object
Referenced by printFailures(), and runTest().
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:39 for CCUnit by 1.7.1
|