struct testing_act
Overview
Act of the testing scenario More…
#include <tester_run.h> struct testing_act { // fields unsigned int first; unsigned int last; tester_flags flags; const char* hash; // methods TAILQ_ENTRY(testing_act); };
Detailed Documentation
Act of the testing scenario
Fields
unsigned int first
Number of the first item
unsigned int last
Number of the last item
tester_flags flags
Flags (tester_flags) for the act
const char* hash
Test iteration hash (optional)
Methods
TAILQ_ENTRY(testing_act)
Linked list links