|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITaskResult | |
|---|---|
| com.googlecode.lightest.core | |
| Uses of ITaskResult in com.googlecode.lightest.core |
|---|
| Classes in com.googlecode.lightest.core that implement ITaskResult | |
|---|---|
class |
TaskResult
The default implementation of ITaskResult. |
| Fields in com.googlecode.lightest.core declared as ITaskResult | |
|---|---|
protected ITaskResult |
LightestTask.parentResult
|
protected ITaskResult |
LightestTask.taskResult
|
| Methods in com.googlecode.lightest.core that return ITaskResult | |
|---|---|
ITaskResult |
ITaskDispatchStrategy.dispatch(ITask task)
At the very least, calls the perform() method on the task. |
ITaskResult |
SimpleTaskDispatchStrategy.dispatch(ITask task)
|
ITaskResult |
InteractiveTaskDispatchStrategy.dispatch(ITask task)
Dispatches the task. |
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. |
ITaskResult |
ITaskResult.getParent()
Returns the parent task result. |
ITaskResult |
TaskResult.getParent()
|
ITaskResult |
ITask.perform()
Performs the task in an environment, and returns the result. |
ITaskResult |
LightestTask.perform()
Performs the task in an environment, and returns the result. |
| Methods in com.googlecode.lightest.core with parameters of type ITaskResult | |
|---|---|
void |
ITaskResult.appendChild(ITaskResult childResult)
Adds to the list of child task results. |
void |
TaskResult.appendChild(ITaskResult childResult)
Adds to the list of child task results. |
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. |
abstract void |
LightestTask.doPerform(ITaskResult result)
Concrete subclasses must implement this method, which is wrapped by the perform() method. |
protected Map |
DefaultDetailsReporter.getTaskResultAttributes(ITaskResult taskResult)
|
protected groovy.lang.Closure |
DefaultDetailsReporter.getTaskResultMarkup(ITaskResult taskResult)
|
void |
ILightestTestListener.onTaskComplete(ITaskResult taskResult,
ITestResult testResult)
Invoked each time a task finishes performing. |
void |
LightestTestListener.onTaskComplete(ITaskResult taskResult,
ITestResult testResult)
Adds the ITaskResult to the list kept for each ITestResult. |
void |
ITaskResult.setParent(ITaskResult parentResult)
Sets the parent task result. |
void |
TaskResult.setParent(ITaskResult value)
|
| Constructors in com.googlecode.lightest.core with parameters of type ITaskResult | |
|---|---|
TaskResult(ITask task,
ITaskResult parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||