CCUnit
2.1
A C Unit Testing Library
|
Collects the results of a test case module. [詳細]
![]() |
データ構造 | |
struct | CCUnitTestResult |
Collects the results of a test case. [詳細] |
関数 | |
void | _ccunit_runBare (CCUnitTestCase *testCase, void(*runTest)(), CCUnitTestResult *result) |
void | _ccunit_startTest (CCUnitTestResult *result, struct CCUnitTestFunc *test) |
Informs the result that a test will be started. | |
void | _ccunit_endTest (CCUnitTestResult *result, struct CCUnitTestFunc *test) |
Informs the result that a test was completed. |
Collects the results of a test case module.
This module use a CCUnitTestListener to be informed of the ongoing tests.
void _ccunit_endTest | ( | CCUnitTestResult * | result, |
struct CCUnitTestFunc * | test | ||
) |
Informs the result that a test was completed.
参照先 ccunit_initListIterator(), ccunit_nextListIterator(), CCUnitTestListener::endTest, と listeners.
参照元 run().
void _ccunit_runBare | ( | CCUnitTestCase * | testCase, |
void(*)() | runTest, | ||
CCUnitTestResult * | result | ||
) |
void _ccunit_startTest | ( | CCUnitTestResult * | result, |
struct CCUnitTestFunc * | test | ||
) |
Informs the result that a test will be started.
参照先 ccunit_initListIterator(), ccunit_nextListIterator(), listeners, と CCUnitTestListener::startTest.
参照元 run().
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:25に生成されました。
![]() |