struct te_test_result

Overview

Test result representation: status plus verdicts. More…

#include <te_test_result.h>

struct te_test_result {
    // fields

    te_test_status status;
    te_test_verdicts verdicts;
    te_test_verdicts artifacts;
};

Detailed Documentation

Test result representation: status plus verdicts.

Fields

te_test_status status

Status of the test execution

te_test_verdicts verdicts

Verdicts generated by the test during execution

te_test_verdicts artifacts

Test artifacts (similar to verdicts but not taken into account when test results are matched to TRC database)