struct test_var_arg

Overview

Test session variable More…

#include <tester_conf.h>

struct test_var_arg {
    // fields

    char* name;
    const test_value_type* type;
    test_entity_values values;
    char* list;
    const test_entity_value* preferred;
    bool handdown;
    bool variable;
    bool global;

    // methods

    TAILQ_ENTRY(test_var_arg);
};

Detailed Documentation

Test session variable

Fields

char* name

Name

const test_value_type* type

Pointer to type descriptor

test_entity_values values

Values

char* list

Name of the iteration list

const test_entity_value* preferred

Preferred value for list iteration

bool handdown

Handdown session variable to all children

bool variable

Is variable

bool global

In case it’s a variable - is it global?

Methods

TAILQ_ENTRY(test_var_arg)

List links