public class SleepAction extends AbstractTestAction
description| Constructor and Description |
|---|
SleepAction()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute(TestContext context)
Subclasses may add custom execution logic here.
|
String |
getMilliseconds()
Gets the milliseconds.
|
String |
getSeconds()
Gets the seconds.
|
SleepAction |
setMilliseconds(String milliseconds)
Setter for milliseconds
|
SleepAction |
setSeconds(String seconds)
Setter for seconds
|
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic void doExecute(TestContext context)
AbstractTestActiondoExecute in class AbstractTestActionpublic SleepAction setMilliseconds(String milliseconds)
milliseconds - public String getMilliseconds()
public SleepAction setSeconds(String seconds)
seconds - public String getSeconds()
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.