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

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

#include <CCUnitTestRunner.h>

Collaboration diagram for CCUnitTestRunner:
Collaboration graph

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

CCUnitTestListener CCUnitTestRunner::listener

test listeners

Referenced by ccunit_newTestRunner(), and doRun().

FILE* CCUnitTestRunner::ofp
CCUnitTestResult* CCUnitTestRunner::result

test result container

Referenced by ccunit_deleteTestRunner(), ccunit_getResult(), and doRun().

int(* CCUnitTestRunner::run)(CCUnitTestRunner *, CCUnitTestSuite *)

test run function

Referenced by ccunit_newTestRunner(), and ccunit_runTestRunner().


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