CCUnit  2.1
A C Unit Testing Library
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 グループ ページ
関数
_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.

引数:
ofpoutput stream.
nameadd function name.
suitetest suite to print.

参照先 _CCUnitTestDef::idname, printPrototypes(), printSuite(), と _CCUnitTestSuiteDef::testdef.

参照元 ccunit_makeSuite().

関数の呼び出しグラフ:

呼出しグラフ:

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

output test suite making function code.

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