struct trc_report_test_iter_entry
Overview
Result of test iteration run More…
#include <trc_report.h> struct trc_report_test_iter_entry { // fields int tin; int test_id; char* hash; te_test_result result; bool is_exp; te_kvpair_h collect_args; trc_report_argument* args; unsigned int args_n; // methods TAILQ_ENTRY(trc_report_test_iter_entry); };
Detailed Documentation
Result of test iteration run
Fields
int tin
Test Identification Number
int test_id
Test ID
char* hash
Test arguments hash
te_test_result result
Obtained result
bool is_exp
Does obtained result match one of expected?
te_kvpair_h collect_args
Used during log parsing.
Todo Probably it should used instead of args throughout the code.
trc_report_argument* args
Actual arguments
unsigned int args_n
Number of arguments
Methods
TAILQ_ENTRY(trc_report_test_iter_entry)
List links