struct test_param_doc

Overview

Parameter documentation entry (from tests-info.xml) More…

#include <tester_conf.h>

struct test_param_doc {
    // fields

    char* name;
    char* description;

    // methods

    TAILQ_ENTRY(test_param_doc);
};

Detailed Documentation

Parameter documentation entry (from tests-info.xml)

Fields

char* name

Parameter name

char* description

Description text

Methods

TAILQ_ENTRY(test_param_doc)

List links