#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 |
Definition at line 93 of file testdefinitiondatatypes.h.
xmlChar* td_step::step |
Test step as a string (with possible CDATA)
Definition at line 95 of file testdefinitiondatatypes.h.
is expected result specified
Definition at line 97 of file testdefinitiondatatypes.h.
expected result of step
Definition at line 98 of file testdefinitiondatatypes.h.
should we trust the return_code
Definition at line 99 of file testdefinitiondatatypes.h.
actual result of step
Definition at line 100 of file testdefinitiondatatypes.h.
int td_step::manual |
Manual flag (default from case)
Definition at line 101 of file testdefinitiondatatypes.h.
xmlChar* td_step::failure_info |
optional failure info
Definition at line 104 of file testdefinitiondatatypes.h.
time_t td_step::start |
step execution start time
Definition at line 105 of file testdefinitiondatatypes.h.
time_t td_step::end |
step execution end time
Definition at line 106 of file testdefinitiondatatypes.h.
xmlChar* td_step::stdout_ |
step stdout printouts
Definition at line 107 of file testdefinitiondatatypes.h.
xmlChar* td_step::stderr_ |
step stderr printouts
Definition at line 108 of file testdefinitiondatatypes.h.
pid_t td_step::pgid |
step process group id
Definition at line 109 of file testdefinitiondatatypes.h.
pid_t td_step::pid |
step process id
Definition at line 110 of file testdefinitiondatatypes.h.