CCUnit project page CCUnit home page

Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

_WriteSuite
[MakeSuite]


Detailed Description

Write the source code to making the test suite.


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.


Function Documentation

void ccunit_printSuite FILE *  ofp,
const char *  name,
_CCUnitTestSuiteDef suite
 

output test suite making function code.

Parameters:
ofp output stream.
name add function name.
suite test suite to print.

void ccunit_writeSuite FILE *  ofp,
const char *  name,
_CCUnitTestSuiteDef suite
 

output test suite making function code.

Parameters:
ofp output stream.
name add function name.
suite test suite to print.

SourceForge.jp hosts this site. Send comments to:
CCUnit Developer