CCUnit project page | CCUnit home page |
Modules | |
TestCase | |
A single test object. | |
Data Structures | |
struct | CCUnitTestFixture |
Wraps a test case with setUp and tearDown methods. More... | |
struct | CCUnitTestFixtureDfn |
TestFixture definition structure. More... | |
Typedefs | |
typedef CCUnitTestFixtureDfn | CCUnitTestFixtureDfn |
TestFixture definition structure. | |
Functions | |
CCUnitTestFixture * | ccunit_newTestFixture (const char *name, CCUnitTestFunc *setUp, CCUnitTestFunc *tearDown) |
create new test fixture. | |
void | ccunit_addTestCase (CCUnitTestFixture *fixture, CCUnitTestCase *testCase) |
add test case to test fixture. | |
CCUnitTestCase * | ccunit_addNewTestCase (CCUnitTestFixture *fixture, const char *name, const char *desc, void(*runTest)()) |
add new test case to test fixture. | |
CCUnitTestResult * | ccunit_runTestFixture (CCUnitTestFixture *f) |
run test cases and collect its results. |
|
TestFixture definition structure.
|
|
add new test case to test fixture.
|
|
add test case to test fixture.
|
|
create new test fixture.
|
|
run test cases and collect its results.
|
|
hosts this site. |
Send comments to: CCUnit Developer |