|
CCUnit
2.1
A C Unit Testing Library
|
Test definition information. More...
#include <CCUnitMakeSuite.h>

Data Fields | |
| CCUnitTestType_t | type |
| test type | |
| char * | name |
| test name | |
| char * | idname |
| id name | |
| void(* | dtor )(struct _CCUnitTestDef *) |
| test destructor | |
Test definition information.
| void(* _CCUnitTestDef::dtor)(struct _CCUnitTestDef *) |
test destructor
Referenced by ccunit_newTestSuiteDef(), deleteTestDef(), and newTestCaseDef().
| char* _CCUnitTestDef::idname |
id name
Referenced by ccunit_printSuite(), destroyTestDef(), initTestDef(), printSuite(), and printTestCase().
| char* _CCUnitTestDef::name |
test name
Referenced by addTestCaseDef(), addTestSuiteDef(), destroyTestDef(), initTestDef(), printPrototypes(), printSuite(), printTestCase(), and readTestCase().
| CCUnitTestType_t _CCUnitTestDef::type |
test type
Referenced by initTestDef(), printPrototypes(), printSuite(), and printTestCase().
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:17 for CCUnit by
1.8.1.1
|