struct tester_test_result

Overview

Result of the test execution. More…

#include <tester_result.h>

struct tester_test_result {
    // fields

    test_id id;
    tester_test_status status;
    te_test_result result;
    const char* error;

    // methods

    SLIST_ENTRY(tester_test_result);
};

Detailed Documentation

Result of the test execution.

Fields

test_id id

Test ID

tester_test_status status

Internal status

te_test_result result

Result

const char* error

Error string

Methods

SLIST_ENTRY(tester_test_result)

List links