| [ CCUnit project page ] | [ CCUnit home page ] |
TestSuite module. More...
#include <ccunit/CCUnitConfig.h>#include <ccunit/CCUnitList.h>#include <ccunit/CCUnitTest.h>#include <ccunit/CCUnitTestFixture.h>#include <ccunit/CCUnitTestResult.h>

Go to the source code of this file.
Data Structures | |
| struct | CCUnitTestSuite |
A Composite class of Tests. More... | |
| struct | CCUnitTestSuiteDfn |
Typedefs | |
| typedef struct CCUnitTestSuite | CCUnitTestSuite |
A Composite class of Tests. | |
| typedef struct CCUnitTestSuiteDfn | CCUnitTestSuiteDfn |
Functions | |
| 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. | |
| CCUnitTestSuite * | ccunit_suite (const char *name) |
| Create a test suite from test source file. | |
TestSuite module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|