|
CCUnit
2.1
A C Unit Testing Library
|
Collects the results of a test case. More...
#include <CCUnitTestResult.h>

Data Fields | |
| CCUnitList | failures |
| failure objects | |
| CCUnitList | listeners |
| testCase objects | |
| size_t | runCount |
| number of run test | |
| bool | shouldStop |
| test run should stop flag | |
Collects the results of a test case.
This module use a CCUnitTestListener to be informed of the ongoing tests.
| CCUnitList CCUnitTestResult::failures |
failure objects
Referenced by ccunit_addFailure(), ccunit_deleteTestResult(), ccunit_failureCount(), ccunit_failures(), and ccunit_newTestResult().
| CCUnitList CCUnitTestResult::listeners |
testCase objects
Referenced by _ccunit_endTest(), _ccunit_startTest(), ccunit_addFailure(), ccunit_addResultListener(), ccunit_deleteTestResult(), and ccunit_newTestResult().
| size_t CCUnitTestResult::runCount |
number of run test
Referenced by ccunit_runCount(), and runTest().
| bool CCUnitTestResult::shouldStop |
test run should stop flag
Referenced by ccunit_newTestResult(), ccunit_stopTest(), and run().
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:17 for CCUnit by
1.8.1.1
|