struct test_package
Overview
Test package More…
#include <tester_conf.h> struct test_package { // fields char* name; char* path; char* objective; persons_info authors; test_requirements reqs; test_session session; tests_info* ti; // methods TAILQ_ENTRY(test_package); };
Detailed Documentation
Test package
Fields
char* name
Name
char* path
Path to the Test Package file
char* objective
Description
persons_info authors
List of authors
test_requirements reqs
List of requirements
test_session session
Provided session
tests_info* ti
Information about scripts
Methods
TAILQ_ENTRY(test_package)
List links