[ CCUnit project page ] [ CCUnit home page ]
Data Fields

CCUnitTestRunner Struct Reference
[TestRunner]

Runs a single test and collects its results. More...

#include <CCUnitTestRunner.h>

Collaboration diagram for CCUnitTestRunner:
Collaboration graph
[legend]

Data Fields

CCUnitTestListener listener
 test listeners
CCUnitTestResultresult
 test result container
int(* run )(CCUnitTestRunner *, CCUnitTestSuite *)
 test run function
FILE * ofp
 result output stream

Detailed Description

Runs a single test and collects its results.

This method can be used to start a test run from your program.

See also:
CCUnitTestSuite, CCUnitTestCase.

Field Documentation

test listeners

Referenced by doRun().

result output stream

Referenced by addFailure(), doRun(), printFailures(), printHeader(), and startTest().

test result container

Referenced by doRun().

test run function


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