#include <testdefinitiondatatypes.h>
Data Fields | |
| xmlChar * | step |
| int | has_expected_result |
| int | expected_result |
| int | has_result |
| int | return_code |
| int | manual |
| xmlChar * | failure_info |
| time_t | start |
| time_t | end |
| xmlChar * | stdout_ |
| xmlChar * | stderr_ |
| pid_t | pgid |
| pid_t | pid |
Test step.
Definition at line 100 of file testdefinitiondatatypes.h.
| time_t td_step::end |
step execution end time
Definition at line 113 of file testdefinitiondatatypes.h.
expected result of step
Definition at line 105 of file testdefinitiondatatypes.h.
| xmlChar* td_step::failure_info |
optional failure info
Definition at line 111 of file testdefinitiondatatypes.h.
is expected result specified
Definition at line 104 of file testdefinitiondatatypes.h.
should we trust the return_code
Definition at line 106 of file testdefinitiondatatypes.h.
| int td_step::manual |
Manual flag (default from case)
Definition at line 108 of file testdefinitiondatatypes.h.
| pid_t td_step::pgid |
step process group id
Definition at line 116 of file testdefinitiondatatypes.h.
| pid_t td_step::pid |
step process id
Definition at line 117 of file testdefinitiondatatypes.h.
actual result of step
Definition at line 107 of file testdefinitiondatatypes.h.
| time_t td_step::start |
step execution start time
Definition at line 112 of file testdefinitiondatatypes.h.
| xmlChar* td_step::stderr_ |
step stderr printouts
Definition at line 115 of file testdefinitiondatatypes.h.
| xmlChar* td_step::stdout_ |
step stdout printouts
Definition at line 114 of file testdefinitiondatatypes.h.
| xmlChar* td_step::step |
Test step as a string (with possible CDATA)
Definition at line 102 of file testdefinitiondatatypes.h.
1.6.3