struct test_path_item
Overview
Element of the test path More…
#include <test_path.h> struct test_path_item { // fields char* name; const char* hash; unsigned int select; unsigned int step; unsigned int iterate; // methods TAILQ_ENTRY(test_path_item); TAILQ_HEAD(test_path_arg); };
Detailed Documentation
Element of the test path
Fields
char* name
Path item name
const char* hash
Hash of the test path with parameters to run
unsigned int select
Number of the iteration to run
unsigned int step
Length of the cycle to apply number of the iteration to run
unsigned int iterate
How many times to run
Methods
TAILQ_ENTRY(test_path_item)
List links
TAILQ_HEAD(test_path_arg)
Arguments