CCUnit project page | CCUnit home page |
#include <ccunit/CCUnitMakeSuite.h>
#include <ccunit/CCUnitLogMessage.h>
#include <stdio.h>
Include dependency graph for CCUnitPrintSuite.c:
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. |
|
hosts this site. |
Send comments to: CCUnit Developer |