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

TestCase definition structure. More...

#include <CCUnitTestCase.h>

Collaboration diagram for CCUnitTestCaseDfn:
Collaboration graph

Data Fields

CCUnitTestDfn test
 super class
const char * name
 test case name
CCUnitTestFunctestFuncs
 test functions

Detailed Description

TestCase definition structure.


Field Documentation

const char* CCUnitTestCaseDfn::name

test case name

Referenced by ccunit_newTestSuiteFromDfn().

CCUnitTestDfn CCUnitTestCaseDfn::test

super class

CCUnitTestFunc* CCUnitTestCaseDfn::testFuncs

test functions

Referenced by ccunit_newTestSuiteFromDfn().


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