CCUnit project page | CCUnit home page |
Modules | |
TestFixture | |
A test fixture defines the fixture to run multiple tests. | |
TestSuite | |
A Composite class of Tests. | |
Data Structures | |
struct | CCUnitTest |
Run Test and collect its results. More... | |
struct | CCUnitTestDfn |
Typedefs | |
typedef CCUnitTestDfn | CCUnitTestDfn |
Functions | |
CCUnitTest * | ccunit_initTest (CCUnitTest *test, CCUnitTestType_t type, void(*run)(CCUnitTest *, struct CCUnitTestResult *), void(*dtor)(CCUnitTest *)) |
Initialize Test class. | |
void | ccunit_deleteTest (CCUnitTest *dt) |
Test class destructor. |
|
|
|
Test class destructor.
|
|
Initialize Test class.
|
|
hosts this site. |
Send comments to: CCUnit Developer |