struct test_option

Overview

Option from the Tester configuration file More…

#include <tester_conf.h>

struct test_option {
    // fields

    char* name;
    char* value;
    tqh_strings contexts;

    // methods

    TAILQ_ENTRY(test_option);
};

Detailed Documentation

Option from the Tester configuration file

Fields

char* name

Option name

char* value

Option value

tqh_strings contexts

List of context where this option should be applied

Methods

TAILQ_ENTRY(test_option)

List links