| [ CCUnit project page ] | [ CCUnit home page ] |
A Composite class of Tests.
More...
|
Data Structures | |
| struct | CCUnitTestSuite |
A Composite class of Tests. More... | |
| struct | CCUnitTestSuiteDfn |
Typedefs | |
| typedef struct CCUnitTestSuiteDfn | CCUnitTestSuiteDfn |
Functions | |
| static void | run (CCUnitTest *testSuite, CCUnitTestResult *result) |
| static void | destroy (CCUnitTest *test) |
| CCUnitTestSuite * | ccunit_newTestSuiteFromDfn (const CCUnitTestSuiteDfn *sdp) |
| Constructs a TestSuite from definition struct. | |
A Composite class of Tests.
It runs a collection of test cases.
| typedef struct CCUnitTestSuiteDfn CCUnitTestSuiteDfn |
| CCUnitTestSuite * ccunit_newTestSuiteFromDfn | ( | const CCUnitTestSuiteDfn * | sdp | ) |
Constructs a TestSuite from definition struct.
| sdp | test suite definition. |
| static void destroy | ( | CCUnitTest * | test | ) | [static] |
References ccunit_deleteList(), ccunit_deleteTest(), ccunitTypeSuite, name, safe_free, tests, and CCUnitTest::type.

| static void run | ( | CCUnitTest * | testSuite, | |
| CCUnitTestResult * | result | |||
| ) | [static] |
References ccunit_initListIterator(), ccunit_nextListIterator(), ccunitTypeSuite, CCUnitTest::run, CCUnitTestResult::shouldStop, tests, and CCUnitTest::type.

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