| [ CCUnit project page ] | [ CCUnit home page ] |
Runs a single test and collects its results. More...
#include <CCUnitTestRunner.h>

Data Fields | |
| CCUnitTestListener | listener |
| test listeners | |
| CCUnitTestResult * | result |
| test result container | |
| int(* | run )(CCUnitTestRunner *, CCUnitTestSuite *) |
| test run function | |
| FILE * | ofp |
| result output stream | |
Runs a single test and collects its results.
This method can be used to start a test run from your program.
test listeners
Referenced by doRun().
| FILE* CCUnitTestRunner::ofp |
result output stream
Referenced by addFailure(), doRun(), printFailures(), printHeader(), and startTest().
test result container
Referenced by doRun().
| int(* CCUnitTestRunner::run)(CCUnitTestRunner *, CCUnitTestSuite *) |
test run function
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:39 for CCUnit by 1.7.1
|