CCUnit  2.1
A C Unit Testing Library
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 グループ ページ
データ構造 | マクロ定義 | 型定義 | 関数
CCUnitTestFunc.h

TestCase function module. [詳細]

#include <ccunit/CCUnitConfig.h>
CCUnitTestFunc.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

データ構造

struct  CCUnitTestFunc
 A single test function object. [詳細]

マクロ定義

#define CCUNIT_NEWTESTFUNC(FUNC)   ccunit_newTestFunc (#FUNC, NULL, FUNC)

型定義

typedef struct CCUnitTestFunc CCUnitTestFunc
 A single test function object.

関数

CCUnitTestFuncccunit_newTestFunc (const char *name, const char *desc, void(*runTest)())
 Create new test function.
void ccunit_deleteTestFunc (CCUnitTestFunc *f)
 Delete test function.

説明

TestCase function module.

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