struct trc_report_key_test_entry

Overview

Auxilary structure to list iterations marked by specific key More…

#include <trc_report.h>

struct trc_report_key_test_entry {
    // fields

    char* name;
    char* path;
    char* key_path;
    int count;

    // methods

    TAILQ_ENTRY(trc_report_key_test_entry);
    TAILQ_HEAD(trc_report_key_iter_entry);
};

Detailed Documentation

Auxilary structure to list iterations marked by specific key

Fields

char* name

Test name

char* path

Test path

char* key_path

Test path with key appended

int count

Amount of iteration failed due to specific key

Methods

TAILQ_ENTRY(trc_report_key_test_entry)

List links

TAILQ_HEAD(trc_report_key_iter_entry)

Iterations list