Go to the source code of this file.
Functions | |
void | td_process () |
const char * | current_set_name () |
const char * | current_case_name () |
int | current_step_num () |
const char* current_case_name | ( | ) |
Name of the currently executed case (can be also "pre/post_steps"
Definition at line 596 of file testdefinitionprocessor.c.
const char* current_set_name | ( | ) |
Name of the currently executed set
Definition at line 586 of file testdefinitionprocessor.c.
int current_step_num | ( | ) |
Number of the step currently executed return 0 if no step is executed, > 0 otherwise
Definition at line 604 of file testdefinitionprocessor.c.
void td_process | ( | ) |
Walks through the whole test definition and executes all suites, sets, cases and steps.
Definition at line 556 of file testdefinitionprocessor.c.