Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Contains all the initialization information required to store a new test definition. More...
#include <test.h>
Data Fields | |
const char * | category |
test category More... | |
const char * | description |
More detailed description of test. More... | |
unsigned int | explicit_only |
Only run if explicitly named. More... | |
const char * | name |
name of test, unique to category More... | |
const char * | summary |
Short summary of test. More... | |
Contains all the initialization information required to store a new test definition.
const char* category |
const char* description |
More detailed description of test.
Definition at line 257 of file test.h.
Referenced by Api::load(), ResourceApi::load(), Model::load(), Parameter::load(), and Property::load().
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(), Parameter::load(), Property::load(), and SwaggerType::load().
const char* summary |