[ CCUnit project page ] [ CCUnit home page ]
データ構造 | モジュール | マクロ定義 | 型定義

TestCase
[Test]

A test case defines the case to run multiple tests. [詳細]

TestCaseのコラボレーション図

データ構造

struct  CCUnitTestCase
 Wraps a test case with setUp and tearDown function. [詳細]
struct  CCUnitTestCaseDfn
 TestCase definition structure. [詳細]

モジュール

 TestFunc
 

A single test object.


マクロ定義

#define CCUNIT_ADDNEWTESTFUNC(TESTCASE, FN)   ccunit_addNewTestFunc (TESTCASE, #FN, NULL, FN)

型定義

typedef struct CCUnitTestCaseDfn CCUnitTestCaseDfn
 TestCase definition structure.

説明

A test case defines the case to run multiple tests.


マクロ定義

#define CCUNIT_ADDNEWTESTFUNC (   TESTCASE,
  FN 
)    ccunit_addNewTestFunc (TESTCASE, #FN, NULL, FN)

型定義

TestCase definition structure.

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