|
CCUnit
2.1
A C Unit Testing Library
|
テストスーツを実行します。 [詳細]
型定義 | |
| typedef struct CCUnitTestRunner | CCUnitTestRunner |
| A command line based tool to run tests. | |
関数 | |
| struct CCUnitTestResult * | ccunit_runTestCase (CCUnitTestCase *testCase) |
| run test cases and collect its results. | |
| CCUnitTestRunner * | ccunit_newTestRunner (FILE *output) |
| constructor. | |
| void | ccunit_deleteTestRunner (CCUnitTestRunner *runner) |
| destructor. | |
| int | ccunit_runTestRunner (CCUnitTestRunner *runner, CCUnitTestSuite *suite) |
| Runs test suite. | |
| CCUnitTestResult * | ccunit_runTestSuite (CCUnitTestSuite *suite, CCUnitTestResult *result) |
| run test suite and collect its results. | |
テストスーツを実行します。
| typedef struct CCUnitTestRunner CCUnitTestRunner |
A command line based tool to run tests.
Runs a single test and collects its results. This method can be used to start a test run from your program.
| void ccunit_deleteTestRunner | ( | CCUnitTestRunner * | runner | ) |
destructor.
| runner | TestRunner object to destruct. |
参照先 ccunit_deleteTestResult(), と CCUnitTestRunner::result.

| CCUnitTestRunner * ccunit_newTestRunner | ( | FILE * | output | ) |
constructor.
| output | prints test result into this stream. |
参照先 addFailure(), CCUnitTestListener::addFailure, doRun(), endTest(), CCUnitTestListener::endTest, CCUnitTestRunner::listener, CCUnitTestRunner::ofp, CCUnitTestRunner::run, startTest(), と CCUnitTestListener::startTest.

|
read |
run test cases and collect its results.
| testCase | test case. |
参照先 ccunit_newTestResult(), CCUnitTest::run, と CCUnitTestCase::test.

|
inline |
Runs test suite.
| runner | test runner |
| suite | test suite |
|
inline |
run test suite and collect its results.
| suite | test suite. |
| result | test result. if NULL, create a new result object and return it. |
参照先 ccunit_newTestResult(), CCUnitTest::run, と CCUnitTestSuite::test.
参照元 doRun().


|
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:25に生成されました。
1.8.1.1
|