CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CCUnitTestResult Struct Reference

Collects the results of a test case. More...

#include <CCUnitTestResult.h>

Collaboration diagram for CCUnitTestResult:
Collaboration graph

Data Fields

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

Detailed Description

Collects the results of a test case.

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

See also:
CCUnitTest, CCUnitTestListener.

Field Documentation

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

number of run test

Referenced by ccunit_runCount(), and runTest().

bool CCUnitTestResult::shouldStop

test run should stop flag

Referenced by ccunit_newTestResult(), ccunit_stopTest(), and run().


The documentation for this struct was generated from the following file:
SourceForge.jp hosts this site. Send comments to: CCUnit Developer