struct test_path_arg
Overview
Test argument with set of values More…
#include <test_path.h> struct test_path_arg { // fields char* name; test_path_match match; tqh_strings values; // methods TAILQ_ENTRY(test_path_arg); };
Detailed Documentation
Test argument with set of values
Fields
char* name
Parameter name
test_path_match match
Match style
tqh_strings values
List of values
Methods
TAILQ_ENTRY(test_path_arg)
List links