[ 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/test case prototypes. | |
static void | printTestFunc (FILE *ofp, _CCUnitFuncDef *fndef) |
static void | printTestCase (FILE *ofp, _CCUnitTestCaseDef *tcdef) |
print test case 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 Sun Aug 29 2010 10:59:30 for CCUnit by ![]() |