CCUnit
2.1
A C Unit Testing Library
|
![]() |
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. |
void ccunit_printSuite | ( | FILE * | ofp, |
const char * | name, | ||
_CCUnitTestSuiteDef * | suite | ||
) |
output test suite making function code.
ofp | output stream. |
name | add function name. |
suite | test suite to print. |
References _CCUnitTestDef::idname, printPrototypes(), printSuite(), and _CCUnitTestSuiteDef::testdef.
Referenced by ccunit_makeSuite().
|
static |
print function prototype.
ofp | output stream. |
type | function type; ctor, dtor, setUp, tearDown, testCase. |
fdef | funcdef object to print. |
References ccunit_log(), _CCUnitFuncDef::desc, _CCUnitFuncDef::name, _CCUnitFuncDef::scope, and _CCUnitFuncDef::type.
Referenced by printPrototypes().
|
static |
print test suite/test case prototypes.
ofp | output stream. |
suitedef | test suite object to print. |
References ccunit_initListIterator(), ccunit_log(), ccunit_nextListIterator(), ccunitTypeSuite, ccunitTypeTestCase, _CCUnitTestDef::name, printPrototype(), _CCUnitTestCaseDef::testdef, _CCUnitTestSuiteDef::testdefs, _CCUnitTestCaseDef::testFuncs, and _CCUnitTestDef::type.
Referenced by ccunit_printSuite().
|
static |
print test suite adding function.
ofp | output stream. |
name | function name. |
suite | test suite to print. |
References ccunit_initListIterator(), ccunit_nextListIterator(), ccunitTypeNames, ccunitTypeSuite, ccunitTypeTestCase, _CCUnitTestDef::idname, _CCUnitTestDef::name, printTestCase(), _CCUnitTestSuiteDef::testdef, _CCUnitTestSuiteDef::testdefs, and _CCUnitTestDef::type.
Referenced by ccunit_printSuite().
|
static |
print test case adding function.
ofp | output stream. |
tcdef | test case to print. |
References ccunit_initListIterator(), ccunit_nextListIterator(), ccunitTypeNames, _CCUnitTestDef::idname, _CCUnitTestDef::name, printTestFunc(), _CCUnitTestCaseDef::testdef, _CCUnitTestCaseDef::testFuncs, and _CCUnitTestDef::type.
Referenced by printSuite().
|
inlinestatic |
References _CCUnitFuncDef::desc, and _CCUnitFuncDef::name.
Referenced by printTestCase().
|
static |
CCUnitTestType_t name string.
Referenced by printSuite(), and printTestCase().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:15 for CCUnit by
![]() |