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

A single test object. [詳細]

TestFuncのコラボレーション図

データ構造

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

マクロ定義

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

説明

A single test object.

This class is used to implement a simple test func.


マクロ定義

#define CCUNIT_NEWTESTFUNC (   FUNC)    ccunit_newTestFunc (#FUNC, NULL, FUNC)
SourceForge.jp hosts this site. Send comments to: CCUnit Developer