CUnit Programmers Reference
3.0
|
Test case parameters structure. More...
#include <TestDB.h>
Data Fields | |
const char * | pName |
Test name. | |
CU_TestFunc | pTestFunc |
Test function. | |
Test case parameters structure.
This data type is provided to assist CUnit users manage collections of tests 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.