#include <testdefinitiondatatypes.h>
Data Fields | |
xmlChar * | step |
int | has_expected_result |
int | expected_result |
int | has_result |
int | return_code |
xmlChar * | failure_info |
time_t | start |
time_t | end |
xmlChar * | stdout_ |
xmlChar * | stderr_ |
pid_t | pgid |
pid_t | pid |
Definition at line 84 of file testdefinitiondatatypes.h.
xmlChar* td_step::step |
Test step as a string (with possible CDATA)
Definition at line 86 of file testdefinitiondatatypes.h.
is expected result specified
Definition at line 88 of file testdefinitiondatatypes.h.
expected result of step
Definition at line 89 of file testdefinitiondatatypes.h.
should we trust the return_code
Definition at line 90 of file testdefinitiondatatypes.h.
actual result of step
Definition at line 91 of file testdefinitiondatatypes.h.
xmlChar* td_step::failure_info |
optional failure info
Definition at line 93 of file testdefinitiondatatypes.h.
time_t td_step::start |
step execution start time
Definition at line 94 of file testdefinitiondatatypes.h.
time_t td_step::end |
step execution end time
Definition at line 95 of file testdefinitiondatatypes.h.
xmlChar* td_step::stdout_ |
step stdout printouts
Definition at line 96 of file testdefinitiondatatypes.h.
xmlChar* td_step::stderr_ |
step stderr printouts
Definition at line 97 of file testdefinitiondatatypes.h.
pid_t td_step::pgid |
step process group id
Definition at line 98 of file testdefinitiondatatypes.h.
pid_t td_step::pid |
step process id
Definition at line 99 of file testdefinitiondatatypes.h.