#include "testrunnerlite.h"#include "testdefinitiondatatypes.h"Go to the source code of this file.
Functions | |
| void | pre_manual (td_case *c) |
| int | execute_manual (td_step *) |
| void | post_manual (td_case *c) |
| int execute_manual | ( | td_step * | step | ) |
Execute manual test step
| step | test step data |
Definition at line 186 of file manual_executor.c.
| void post_manual | ( | td_case * | c | ) |
Do manual test case post processing.
| c | test case data |
Definition at line 226 of file manual_executor.c.
| void pre_manual | ( | td_case * | c | ) |
Print information before manual test case execution
| c | test case data |
Definition at line 160 of file manual_executor.c.
1.6.3