CCUnit project page | CCUnit home page |
#include <ccunit/CCUnitConfig.h>
Include dependency graph for CCUnitTestCase.h:
This graph shows which files directly or indirectly include this file:
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 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. |
|
hosts this site. |
Send comments to: CCUnit Developer |