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

Collects the results of a test case. [詳細]

#include <CCUnitTestResult.h>

CCUnitTestResultのコラボレーション図
Collaboration graph

変数

CCUnitList failures
 failure objects
CCUnitList listeners
 testCase objects
size_t runCount
 number of run test
bool shouldStop
 test run should stop flag

説明

Collects the results of a test case.

This module use a CCUnitTestListener to be informed of the ongoing tests.

参照:
CCUnitTest, CCUnitTestListener.

構造体

CCUnitList CCUnitTestResult::failures
CCUnitList CCUnitTestResult::listeners
size_t CCUnitTestResult::runCount

number of run test

参照元 ccunit_runCount(), と runTest().

bool CCUnitTestResult::shouldStop

test run should stop flag

参照元 ccunit_newTestResult(), ccunit_stopTest(), と run().


この構造体の説明は次のファイルから生成されました:
SourceForge.jp hosts this site. Send comments to: CCUnit Developer