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, setName
public void doExecute(TestContext context)
AbstractTestAction
doExecute
in class AbstractTestAction
public SleepAction setMilliseconds(String milliseconds)
milliseconds
- public String getMilliseconds()
public SleepAction setSeconds(String seconds)
seconds
- public String getSeconds()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.