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

変数 | |
| 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
参照元 doRun().
| FILE* CCUnitTestRunner::ofp |
result output stream
参照元 addFailure(), doRun(), printFailures(), printHeader(), と startTest().
test result container
参照元 doRun().
| int(* CCUnitTestRunner::run)(CCUnitTestRunner *, CCUnitTestSuite *) |
test run function
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sun Aug 29 2010 10:59:35 for CCUnit by 1.7.1
|