A test suite.
More...
#include <suite.h>
Data Fields |
const char * | name |
| The name of the test suite.
|
unsigned int | nr_tests |
| The number of tests in this suite.
|
struct test_case *const * | tests |
| Array of pointers to the test cases.
|
Detailed Description
A test suite.
A test suite may contain one or more test cases which are to be run in sequence.
Definition at line 162 of file suite.h.
Field Documentation
The name of the test suite.
Definition at line 168 of file suite.h.
The number of tests in this suite.
Definition at line 164 of file suite.h.
Array of pointers to the test cases.
Definition at line 166 of file suite.h.