CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
_TestSuiteDef
MakeSuite

Test suite definition. More...

Collaboration diagram for _TestSuiteDef:

Data Structures

struct  _CCUnitTestSuiteDef
 Test suite definition information. More...

Typedefs

typedef struct _CCUnitTestSuiteDef _CCUnitTestSuiteDef
 Test suite definition information.

Functions

_CCUnitTestSuiteDefccunit_newTestSuiteDef (const char *name)
 create new test suite def.
void ccunit_deleteTestSuiteDef (_CCUnitTestSuiteDef *suite)
 delete test suite def.

Detailed Description

Test suite definition.


Typedef Documentation

Test suite definition information.


Function Documentation

void ccunit_deleteTestSuiteDef ( _CCUnitTestSuiteDef suite)
inline

delete test suite def.

Parameters:
suitetest suite def.

References deleteTestDef(), and _CCUnitTestSuiteDef::testdef.

Referenced by ccunit_makeSuite().

Here is the call graph for this function:

Here is the caller graph for this function:

_CCUnitTestSuiteDef* ccunit_newTestSuiteDef ( const char *  name)

create new test suite def.

Parameters:
namesuite name.
Returns:
created testdef.

References ccunit_initList(), ccunitTypeSuite, destroyTestSuiteDef(), _CCUnitTestDef::dtor, initTestDef(), _CCUnitTestSuiteDef::testdef, and _CCUnitTestSuiteDef::testdefs.

Referenced by ccunit_makeSuite(), readSuite(), and readTestCase().

Here is the call graph for this function:

Here is the caller graph for this function:

SourceForge.jp hosts this site. Send comments to: CCUnit Developer