|
CCUnit
2.1
A C Unit Testing Library
|
TestCase function module. More...
#include <ccunit/CCUnitConfig.h>

Go to the source code of this file.
Data Structures | |
| struct | CCUnitTestFunc |
| A single test function object. More... | |
Macros | |
| #define | CCUNIT_NEWTESTFUNC(FUNC) ccunit_newTestFunc (#FUNC, NULL, FUNC) |
Typedefs | |
| typedef struct CCUnitTestFunc | CCUnitTestFunc |
| A single test function object. | |
Functions | |
| CCUnitTestFunc * | ccunit_newTestFunc (const char *name, const char *desc, void(*runTest)()) |
| Create new test function. | |
| void | ccunit_deleteTestFunc (CCUnitTestFunc *f) |
| Delete test function. | |
TestCase function module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:12 for CCUnit by
1.8.1.1
|