CCUnit project page | CCUnit home page |
Composite
class of Tests.
It runs a collection of test cases.
Data Structures | |
struct | CCUnitTestSuite |
A Composite class of Tests. More... | |
struct | CCUnitTestSuiteDfn |
Typedefs | |
typedef CCUnitTestSuiteDfn | CCUnitTestSuiteDfn |
Functions | |
void | run (CCUnitTest *test, CCUnitTestResult *result) |
Runs the test fixture and collects the results in CCUnitTestResult. | |
void | destroy (CCUnitTest *test) |
Destruct test fixture. | |
CCUnitTestSuite * | ccunit_newTestSuite (const char *name) |
Constructs an empty TestSuite. | |
CCUnitTestSuite * | ccunit_newTestSuiteFromDfn (const CCUnitTestSuiteDfn *sdp) |
Constructs a TestSuite from definition struct. | |
void | ccunit_deleteTestSuite (CCUnitTestSuite *suite) |
Destructs test suite. | |
void | ccunit_addTest (CCUnitTestSuite *suite, CCUnitTest *test) |
Adds a test to the suite. | |
void | ccunit_addTestSuite (CCUnitTestSuite *suite, CCUnitTestSuite *testSuite) |
Adds a test suite to the suite. | |
void | ccunit_addTestFixture (CCUnitTestSuite *suite, CCUnitTestFixture *fixture) |
Adds a test fixture to the suite. | |
CCUnitTestResult * | ccunit_runTestSuite (CCUnitTestSuite *suite, CCUnitTestResult *result) |
run test suite and collect its results. |
|
|
|
Adds a test to the suite.
|
|
Adds a test fixture to the suite.
|
|
Adds a test suite to the suite.
|
|
Destructs test suite.
|
|
Constructs an empty TestSuite.
|
|
Constructs a TestSuite from definition struct.
|
|
run test suite and collect its results.
|
|
Destruct test fixture.
|
|
Runs the test fixture and collects the results in CCUnitTestResult.
|
|
hosts this site. |
Send comments to: CCUnit Developer |