struct test_path

Overview

Test path More…

#include <test_path.h>

struct test_path {
    // fields

    char* str;
    test_path_type type;
    test_path_items head;
    double dial;
    testing_scenario scen;

    // methods

    TAILQ_ENTRY(test_path);
};

Detailed Documentation

Test path

Fields

char* str

String representation

test_path_type type

Type of the test path

test_path_items head

Head of the path

double dial

Percentage of iterations to choose randomly (if nonnegative)

testing_scenario scen

Testing scenario

Methods

TAILQ_ENTRY(test_path)

List links