| [ CCUnit project page ] | [ CCUnit home page ] |
A test case defines the case to run multiple tests. More...
|
Data Structures | |
| struct | CCUnitTestCase |
| Wraps a test case with setUp and tearDown function. More... | |
| struct | CCUnitTestCaseDfn |
| TestCase definition structure. More... | |
Modules | |
| TestFunc | |
A single test object. | |
Defines | |
| #define | CCUNIT_ADDNEWTESTFUNC(TESTCASE, FN) ccunit_addNewTestFunc (TESTCASE, #FN, NULL, FN) |
Typedefs | |
| typedef struct CCUnitTestCaseDfn | CCUnitTestCaseDfn |
| TestCase definition structure. | |
A test case defines the case to run multiple tests.
| #define CCUNIT_ADDNEWTESTFUNC | ( | TESTCASE, | ||
| FN | ||||
| ) | ccunit_addNewTestFunc (TESTCASE, #FN, NULL, FN) |
| typedef struct CCUnitTestCaseDfn CCUnitTestCaseDfn |
TestCase definition structure.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sun Aug 29 2010 10:59:32 for CCUnit by 1.7.1
|