struct test_requirement
Overview
Element of the list of requirements More…
#include <tester_reqs.h> struct test_requirement { // fields char* id; char* ref; bool sticky; // methods TAILQ_ENTRY(test_requirement); };
Detailed Documentation
Element of the list of requirements
Fields
char* id
Identifier
char* ref
Reference
bool sticky
Is it sticky requirement?
Methods
TAILQ_ENTRY(test_requirement)
List links