struct test_scenario_step
Overview
Declared scenario step (from tests-info.xml) More…
#include <tester_conf.h> struct test_scenario_step { // fields unsigned int depth; char* text; // methods TAILQ_ENTRY(test_scenario_step); };
Detailed Documentation
Declared scenario step (from tests-info.xml)
Fields
unsigned int depth
Nesting depth, from 1
char* text
Step text
Methods
TAILQ_ENTRY(test_scenario_step)
List links