public class RepeatOnErrorUntilTrue extends AbstractIteratingActionContainer
condition, conditionExpression, index, indexName, start
actions
description
Constructor and Description |
---|
RepeatOnErrorUntilTrue()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
executeIteration(TestContext context)
Execute embedded actions in loop.
|
Long |
getAutoSleep()
Gets the autoSleep.
|
void |
setAutoSleep(Long autoSleep)
Setter for auto sleep time (in seconds).
|
checkCondition, doExecute, executeActions, getCondition, getConditionExpression, getIndex, getIndexName, getStart, setCondition, setConditionExpression, setIndex, setIndexName, setStart
addTestAction, getActionCount, getActionIndex, getActions, getLastExecutedAction, getTestAction, setActions, setLastExecutedAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getActor, getDescription, getName, isDisabled, setDescription, setName
public void executeIteration(TestContext context)
AbstractIteratingActionContainer
executeIteration
in class AbstractIteratingActionContainer
context
- TestContext holding variable information.CitrusRuntimeException
AbstractIteratingActionContainer.executeIteration(com.consol.citrus.context.TestContext)
public void setAutoSleep(Long autoSleep)
autoSleep
- public Long getAutoSleep()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.