struct test_info
Overview
Information about test script More…
#include <tester_conf.h> struct test_info { // fields char* name; char* page; char* objective; // methods TAILQ_ENTRY(test_info); };
Detailed Documentation
Information about test script
Fields
char* name
Test name
char* page
HTML page with documentation
char* objective
Objective of the test
Methods
TAILQ_ENTRY(test_info)
List links