#include <TestDB.h>
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_TestInfo * | pTests |
Test case array - must be NULL terminated. |
|
Suite cleanup function.
|
|
Suite initialization function.
|
|
Suite name.
|
|
Test case array - must be NULL terminated.
|