CCUnit project page | CCUnit home page |
Functions | |
void | printPrototype (FILE *ofp, const char *type, _CCUnitFuncDef *fdef) |
print function prototype. | |
void | printPrototypes (FILE *ofp, _CCUnitTestSuiteDef *suitedef) |
print test suite/fixture prototypes. | |
void | printTestFunc (FILE *ofp, _CCUnitFuncDef *fndef) |
void | printFixture (FILE *ofp, _CCUnitTestFixtureDef *fxdef) |
print test fixture adding function. | |
void | printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
print test suite adding function. | |
void | ccunit_printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
output test suite making function code. | |
Variables | |
const char * | ccunitTypeNames [] |
CCUnitTestType_t name string. |
|
output test suite making function code.
|
|
print test fixture adding function.
|
|
print function prototype.
|
|
print test suite/fixture prototypes.
|
|
print test suite adding function.
|
|
|
|
Initial value: { "ccunitTypeTest", "ccunitTypeSuite", "ccunitTypeFixture", "ccunitTypeCase", }
|
|
hosts this site. |
Send comments to: CCUnit Developer |