CCUnit
2.1
A C Unit Testing Library
|
Write the source code to making the test suite. [詳細]
![]() |
関数 | |
void | ccunit_writeSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
output test suite making function code. | |
void | ccunit_printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
output test suite making function code. |
Write the source code to making the test suite.
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().
void ccunit_writeSuite | ( | 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. |
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:25に生成されました。
![]() |