TestRunner module. [詳細]
#include <stdio.h>#include <ccunit/CCUnitConfig.h>#include <ccunit/CCUnitTestResult.h>#include <ccunit/CCUnitTestSuite.h>#include <ccunit/CCUnitTestListener.h>

データ構造 | |
| struct | CCUnitTestRunner |
| Runs a single test and collects its results. [詳細] | |
型定義 | |
| typedef struct CCUnitTestRunner | CCUnitTestRunner |
| A command line based tool to run tests. | |
関数 | |
| CCUnitTestRunner * | ccunit_newTestRunner (FILE *output) |
| constructor. | |
| void | ccunit_deleteTestRunner (CCUnitTestRunner *runner) |
| destructor. | |
| int | ccunit_runTestRunner (CCUnitTestRunner *runner, CCUnitTestSuite *suite) |
| Runs test suite. | |
| CCUnitTestResult * | ccunit_getResult (CCUnitTestRunner *runner) |
| Get test result. | |
TestRunner module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:23に生成されました。
1.8.1.1
|