struct scenario_step
Overview
Declared scenario step of a test More…
#include <log_msg.h> struct scenario_step { // fields struct scenario_step* next; int depth; char* text; };
Detailed Documentation
Declared scenario step of a test
Fields
struct scenario_step* next
Next step
int depth
Nesting depth, from 1
char* text
Step text