[ CCUnit project page ] [ CCUnit home page ]
関数

_WriteSuite
[MakeSuite]

Write the source code to making the test suite. [詳細]

_WriteSuiteのコラボレーション図

関数

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.
SourceForge.jp hosts this site. Send comments to: CCUnit Developer