CUnit Programmers Reference  3.0
Data Fields
CU_TestInfo Struct Reference

Test case parameters structure. More...

#include <TestDB.h>

Data Fields

const char * pName
 Test name.
 
CU_TestFunc pTestFunc
 Test function.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: