[ CCUnit project page ] [ CCUnit home page ]
変数

構造体 CCUnitTestResult
[TestResultテストの実行の追跡]

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.

構造体

failure objects

testCase objects

参照元 _ccunit_endTest(), と _ccunit_startTest().

number of run test

参照元 runTest().

test run should stop flag

参照元 run().


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