com.consol.citrus.actions
Class SleepAction
java.lang.Object
com.consol.citrus.actions.AbstractTestAction
com.consol.citrus.actions.SleepAction
- All Implemented Interfaces:
- TestAction
public class SleepAction
- extends AbstractTestAction
Stop the test execution for a given amount of time.
- Since:
- 2006
- Author:
- Christoph Deppisch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SleepAction
public SleepAction()
doExecute
public void doExecute(TestContext context)
- Description copied from class:
AbstractTestAction
- Subclasses may add custom execution logic here.
- Specified by:
doExecute in class AbstractTestAction
setDelay
public void setDelay(String delay)
- Setter for delay
- Parameters:
delay -
getDelay
public String getDelay()
- Gets the delay.
- Returns:
- the delay
Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.