com.consol.citrus.actions
Class SleepAction

java.lang.Object
  extended by com.consol.citrus.actions.AbstractTestAction
      extended by 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

Field Summary
 
Fields inherited from class com.consol.citrus.actions.AbstractTestAction
description
 
Constructor Summary
SleepAction()
           
 
Method Summary
 void doExecute(TestContext context)
          Subclasses may add custom execution logic here.
 String getDelay()
          Gets the delay.
 void setDelay(String delay)
          Setter for delay
 
Methods inherited from class com.consol.citrus.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleepAction

public SleepAction()
Method Detail

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.