struct te_rgt_mi_test_end
Overview
Description of MI message of type “test_end” More…
#include <mi_msg.h> struct te_rgt_mi_test_end { // fields int node_id; int parent_id; int plan_id; const char* error; const char* tags_expr; te_rgt_mi_test_result obtained; const char* exp_key; const char* exp_notes; te_rgt_mi_test_result* expected; size_t expected_num; const char* exp_status; };
Detailed Documentation
Description of MI message of type “test_end”
Fields
int node_id
Node ID
int parent_id
Parent ID
int plan_id
Plan ID
const char* error
TRC error message
const char* tags_expr
Matched tag expression
te_rgt_mi_test_result obtained
Obtained result
const char* exp_key
Expected results key (e.g. bug reference)
const char* exp_notes
Expected results notes
te_rgt_mi_test_result* expected
Array of expected results
size_t expected_num
Number of expected results
const char* exp_status
TRC expectations status of obtained result (UNKNOWN/UNEXPECTED/EXPECTED)