| [ CCUnit project page ] | [ CCUnit home page ] |
WriteSuite module implementation. More...
#include <ccunit/CCUnitMakeSuite.h>#include <ccunit/CCUnitLogMessage.h>#include <stdio.h>
Functions | |
| static void | printPrototype (FILE *ofp, const char *type, _CCUnitFuncDef *fdef) |
| print function prototype. | |
| static void | printPrototypes (FILE *ofp, _CCUnitTestSuiteDef *suitedef) |
| print test suite/fixture prototypes. | |
| static void | printTestFunc (FILE *ofp, _CCUnitFuncDef *fndef) |
| static void | printFixture (FILE *ofp, _CCUnitTestFixtureDef *fxdef) |
| print test fixture adding function. | |
| static 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 | |
| static const char * | ccunitTypeNames [] |
| CCUnitTestType_t name string. | |
WriteSuite module implementation.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|