Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

CU_SuiteInfo Struct Reference
[Framework]

#include <TestDB.h>


Detailed Description

Suite parameters.

This data type is provided to assist CUnit users manage collections of test and suites. It is intended to be used to build arrays of suite parameters that can be passed to a bulk registration function such as CU_register_suite() or CU_register_suites().


Data Fields

char * pName
 Suite name.
CU_InitializeFunc pInitFunc
 Suite initialization function.
CU_CleanupFunc pCleanupFunc
 Suite cleanup function.
CU_TestInfopTests
 Test case array - must be NULL terminated.


Field Documentation

CU_CleanupFunc CU_SuiteInfo::pCleanupFunc
 

Suite cleanup function.

CU_InitializeFunc CU_SuiteInfo::pInitFunc
 

Suite initialization function.

char* CU_SuiteInfo::pName
 

Suite name.

CU_TestInfo* CU_SuiteInfo::pTests
 

Test case array - must be NULL terminated.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 28 12:36:10 2005 for CUnit by  doxygen 1.3.9.1