struct test_entity_value
Overview
Value of the variable or argument More…
#include <tester_conf.h> struct test_entity_value { // fields char* name; const test_value_type* type; char* plain; const test_entity_value* ref; char* ext; test_requirements reqs; bool global; // methods TAILQ_ENTRY(test_entity_value); };
Detailed Documentation
Value of the variable or argument
Fields
char* name
Identifier
const test_value_type* type
Type of the value
char* plain
Plain value
const test_entity_value* ref
Reference to another value
char* ext
Reference to external value
test_requirements reqs
Attached requirements
bool global
Is this variable global?
Methods
TAILQ_ENTRY(test_entity_value)
List links