| [ CCUnit project page ] | [ CCUnit home page ] |
Collects the results of a test case module. More...
|
Data Structures | |
| struct | CCUnitTestResult |
| Collects the results of a test case. More... | |
Functions | |
| void | _ccunit_runBare (CCUnitTestFixture *testFixture, void(*runTest)(), CCUnitTestResult *result) |
| void | _ccunit_startTest (CCUnitTestResult *result, struct CCUnitTestCase *test) |
| Informs the result that a test will be started. | |
| void | _ccunit_endTest (CCUnitTestResult *result, struct CCUnitTestCase *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 CCUnitTestCase * | test | |||
| ) |
Informs the result that a test was completed.
References ccunit_initListIterator(), ccunit_nextListIterator(), CCUnitTestListener::endTest, and listeners.
Referenced by run().


| void _ccunit_runBare | ( | CCUnitTestFixture * | testFixture, | |
| void(*)() | runTest, | |||
| CCUnitTestResult * | result | |||
| ) |
| void _ccunit_startTest | ( | CCUnitTestResult * | result, | |
| struct CCUnitTestCase * | test | |||
| ) |
Informs the result that a test will be started.
References ccunit_initListIterator(), ccunit_nextListIterator(), listeners, and CCUnitTestListener::startTest.
Referenced by run().


|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|