CCUnit
2.1
A C Unit Testing Library
|
Write the source code to making the test suite. More...
![]() |
Functions | |
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. |
References _CCUnitTestDef::idname, printPrototypes(), printSuite(), and _CCUnitTestSuiteDef::testdef.
Referenced by 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 |
Generated on Sat Jul 13 2013 15:09:15 for CCUnit by
![]() |