Uses of Class
com.googlecode.lightest.core.TaskNode

Packages that use TaskNode
com.googlecode.lightest.core   
 

Uses of TaskNode in com.googlecode.lightest.core
 

Fields in com.googlecode.lightest.core declared as TaskNode
protected  TaskNode LightestTask.config
           
 

Methods in com.googlecode.lightest.core that return TaskNode
protected  TaskNode TaskNodeBuilder.getCurrentNode()
           
 

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.
 



Copyright © 2009. All Rights Reserved.