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 |
optional brief detailed description of test More... | |
const char * | name |
name of test, unique to category More... | |
const char * | summary |
optional short summary of test More... | |
Contains all the initialization information required to store a new test definition.
const char* category |
const char* description |