| [ CCUnit project page ] | [ CCUnit home page ] |
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.

| 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 Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|