| [ CCUnit project page ] | [ CCUnit home page ] |
WriteSuite module implementation. [詳細]
#include <ccunit/CCUnitMakeSuite.h>#include <ccunit/CCUnitLogMessage.h>#include <stdio.h>
関数 | |
| 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. | |
変数 | |
| 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:33 for CCUnit by 1.7.1
|