| [ CCUnit project page ] | [ CCUnit home page ] |
TestCase module. More...
#include <ccunit/CCUnitConfig.h>

Go to the source code of this file.
Data Structures | |
| struct | CCUnitTestCase |
| A single test object. More... | |
Defines | |
| #define | CCUNIT_NEWTESTFUNC(FUNC) ccunit_newTestFunc (#FUNC, NULL, FUNC) |
Typedefs | |
| typedef struct CCUnitTestCase | CCUnitTestCase |
| A single test object. | |
| typedef CCUnitTestCase | CCUnitTestFunc |
Functions | |
| CCUnitTestCase * | ccunit_newTestCase (const char *name, const char *desc, void(*runTest)()) |
| Create new test case. | |
| CCUnitTestFunc * | ccunit_newTestFunc (const char *name, const char *desc, void(*func)()) |
| Create new test function. | |
| void | ccunit_deleteTestCase (CCUnitTestCase *testCase) |
| Delete test case. | |
| void | ccunit_deleteTestFunc (CCUnitTestFunc *testFunc) |
| Delete test func. | |
TestCase module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|