[ CCUnit project page ] | [ CCUnit home page ] |
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.
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 |
Generated on Sun Aug 29 2010 10:59:34 for CCUnit by ![]() |