#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 test case parameters that can be then be referred to in a CU_suite_info_t variable.
Data Fields | |
char * | pName |
Test name. | |
CU_TestFunc | pTestFunc |
Test function. |
|
Test name.
|
|
Test function.
|