enum trc_verdict

Overview

Verdicts generated by Testing Results Comparator More…

#include <te_test_result.h>

enum trc_verdict {
    TRC_VERDICT_UNKNOWN,
    TRC_VERDICT_UNEXPECTED,
    TRC_VERDICT_EXPECTED,
};

Detailed Documentation

Verdicts generated by Testing Results Comparator

Enum Values

TRC_VERDICT_UNKNOWN

Test/iteration is unknown for TRC

TRC_VERDICT_UNEXPECTED

Obtained result is equal to nothing in set of expected results

TRC_VERDICT_EXPECTED

Obtained result is equal to one of expected results