#include <testdefinitiondatatypes.h>
Data Fields | |
| td_gen_attribs | gen |
| xmlListPtr | pre_steps |
| xmlListPtr | post_steps |
| xmlListPtr | cases |
| xmlListPtr | environments |
| xmlListPtr | gets |
| int | filtered |
| xmlChar * | description |
| xmlChar * | environment |
Test set.
Definition at line 86 of file testdefinitiondatatypes.h.
| xmlListPtr td_set::cases |
Test cases in this set
Definition at line 90 of file testdefinitiondatatypes.h.
| xmlChar* td_set::description |
Set description
Definition at line 94 of file testdefinitiondatatypes.h.
| xmlChar* td_set::environment |
Current environment
Definition at line 96 of file testdefinitiondatatypes.h.
| xmlListPtr td_set::environments |
Environments (hardware, scratchbox)
Definition at line 91 of file testdefinitiondatatypes.h.
| int td_set::filtered |
Set is filtered
Definition at line 93 of file testdefinitiondatatypes.h.
General attributes
Definition at line 87 of file testdefinitiondatatypes.h.
| xmlListPtr td_set::gets |
Get commands
Definition at line 92 of file testdefinitiondatatypes.h.
| xmlListPtr td_set::post_steps |
Steps executed after each test case
Definition at line 89 of file testdefinitiondatatypes.h.
| xmlListPtr td_set::pre_steps |
Steps executed before each test case
Definition at line 88 of file testdefinitiondatatypes.h.
1.6.3