com.canoo.webtest.steps.control
Class MultipleExecutionStepContainer
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.canoo.webtest.steps.Step
com.canoo.webtest.steps.AbstractStepContainer
com.canoo.webtest.steps.control.MultipleExecutionStepContainer
- All Implemented Interfaces:
- IStepSequence, Serializable, Cloneable, TaskContainer
- Direct Known Subclasses:
- RepeatStep, RetryStep
public abstract class MultipleExecutionStepContainer
- extends AbstractStepContainer
Base class for containers requiring multiple execution of their nested steps.
- Author:
- Marc Guillemot
- See Also:
- Serialized Form
| Methods inherited from class com.canoo.webtest.steps.Step |
addComputedParameters, clone, doExecute, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toString, verifyParameters |
| Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
MultipleExecutionStepContainer
public MultipleExecutionStepContainer()
createIterationWrapper
protected Task createIterationWrapper(String description)
- Create a new task wrapping the tasks of this wrapper to execute them
- Parameters:
description - the description for the wrapper task
- Returns:
- the task holding the subtasks