| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 | 
| More detailed description of test. | |
| unsigned int | explicit_only | 
| Only run if explicitly named. | |
| const char * | name | 
| name of test, unique to category | |
| const char * | summary | 
| Short summary of test. | |
Contains all the initialization information required to store a new test definition.
| const char* category | 
| const char* description | 
| unsigned int explicit_only | 
| const char* name | 
name of test, unique to category
Definition at line 237 of file test.h.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| const char* summary |