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

Run Test and collect its results. More...

#include <CCUnitTest.h>

Collaboration diagram for CCUnitTest:
Collaboration graph

Data Fields

CCUnitTestType_t type
 test class type
void(* run )(struct CCUnitTest *, struct CCUnitTestResult *)
 test run method
void(* dtor )(struct CCUnitTest *)
 test object destructor

Detailed Description

Run Test and collect its results.

See also:
CCUnitTestResult

Field Documentation

void(* CCUnitTest::dtor)(struct CCUnitTest *)

test object destructor

Referenced by ccunit_deleteTest(), and ccunit_initTest().

void(* CCUnitTest::run)(struct CCUnitTest *, struct CCUnitTestResult *)

test run method

Referenced by ccunit_initTest(), ccunit_runTestCase(), ccunit_runTestSuite(), and run().

CCUnitTestType_t CCUnitTest::type

test class type

Referenced by ccunit_initTest(), destroy(), and run().


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