Contains all the initialization information required to store a new test definition.
More...
#include <test.h>
Data Fields |
| const char * | category |
| | test category
|
| const char * | description |
| | optional brief detailed description of test
|
| const char * | name |
| | name of test, unique to category
|
| const char * | summary |
| | optional short summary of test
|
Detailed Description
Contains all the initialization information required to store a new test definition.
Definition at line 210 of file test.h.
Field Documentation
test category
Tests are categorized in a directory tree style hierarchy. It is expected that this string have both a leading and trailing forward slash ('/').
Definition at line 219 of file test.h.
optional brief detailed description of test
Definition at line 223 of file test.h.
name of test, unique to category
Definition at line 212 of file test.h.
optional short summary of test
Definition at line 221 of file test.h.
The documentation for this struct was generated from the following file: