CCUnit
2.1
A C Unit Testing Library
|
![]() |
関数 | |
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. |
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. |
参照先 _CCUnitTestDef::idname, printPrototypes(), printSuite(), と _CCUnitTestSuiteDef::testdef.
参照元 ccunit_makeSuite().
|
static |
print function prototype.
ofp | output stream. |
type | function type; ctor, dtor, setUp, tearDown, testCase. |
fdef | funcdef object to print. |
参照先 ccunit_log(), _CCUnitFuncDef::desc, _CCUnitFuncDef::name, _CCUnitFuncDef::scope, と _CCUnitFuncDef::type.
参照元 printPrototypes().
|
static |
print test suite/test case prototypes.
ofp | output stream. |
suitedef | test suite object to print. |
参照先 ccunit_initListIterator(), ccunit_log(), ccunit_nextListIterator(), ccunitTypeSuite, ccunitTypeTestCase, _CCUnitTestDef::name, printPrototype(), _CCUnitTestCaseDef::testdef, _CCUnitTestSuiteDef::testdefs, _CCUnitTestCaseDef::testFuncs, と _CCUnitTestDef::type.
参照元 ccunit_printSuite().
|
static |
print test suite adding function.
ofp | output stream. |
name | function name. |
suite | test suite to print. |
参照先 ccunit_initListIterator(), ccunit_nextListIterator(), ccunitTypeNames, ccunitTypeSuite, ccunitTypeTestCase, _CCUnitTestDef::idname, _CCUnitTestDef::name, printTestCase(), _CCUnitTestSuiteDef::testdef, _CCUnitTestSuiteDef::testdefs, と _CCUnitTestDef::type.
参照元 ccunit_printSuite().
|
static |
print test case adding function.
ofp | output stream. |
tcdef | test case to print. |
参照先 ccunit_initListIterator(), ccunit_nextListIterator(), ccunitTypeNames, _CCUnitTestDef::idname, _CCUnitTestDef::name, printTestFunc(), _CCUnitTestCaseDef::testdef, _CCUnitTestCaseDef::testFuncs, と _CCUnitTestDef::type.
参照元 printSuite().
|
inlinestatic |
|
static |
CCUnitTestType_t name string.
参照元 printSuite(), と printTestCase().
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:25に生成されました。
![]() |