| Methods in com.googlecode.lightest.core with parameters of type TaskNode |
void |
ITask.configure(TaskNode config,
ITaskResult parentResult)
Configures the task |
void |
LightestTask.configure(TaskNode config,
ITaskResult parentResult)
Configures the task by making member variables available to concrete
subclasses, and automatically setting configurable bean properties. |
ITaskResult |
TaskDispatcher.dispatch(TaskNode taskNode,
ITaskResult parentResult,
ITestResult testResult)
Dispatches the task and all nested tasks represented by the Node tree,
as available in the API of the current testcase, and using the current
dispatch strategy. |
ITaskResult |
ITaskDispatcher.dispatch(TaskNode taskNode,
ITaskResult parentResult,
ITestResult testResult)
Dispatches the task and all nested tasks represented by the Node tree,
as available in the API of the current testcase, and using the current
dispatch strategy. |