CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
_WriteSuite
MakeSuite

Write the source code to making the test suite. More...

Collaboration diagram for _WriteSuite:

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.

Detailed Description

Write the source code to making the test suite.


Function Documentation

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

output test suite making function code.

Parameters:
ofpoutput stream.
nameadd function name.
suitetest suite to print.

References _CCUnitTestDef::idname, printPrototypes(), printSuite(), and _CCUnitTestSuiteDef::testdef.

Referenced by ccunit_makeSuite().

Here is the call graph for this function:

Here is the caller graph for this function:

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

output test suite making function code.

Parameters:
ofpoutput stream.
nameadd function name.
suitetest suite to print.
SourceForge.jp hosts this site. Send comments to: CCUnit Developer