CCUnit
2.1
A C Unit Testing Library
|
A test case defines the case to run multiple tests. More...
![]() |
Modules | |
TestFunc | |
A single test object. |
Data Structures | |
struct | CCUnitTestCase |
Wraps a test case with setUp and tearDown function. More... | |
struct | CCUnitTestCaseDfn |
TestCase definition structure. More... |
Macros | |
#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 Sat Jul 13 2013 15:09:16 for CCUnit by
![]() |