public interface IWaitPlugin extends IPlugin
| Modifier and Type | Method and Description |
|---|---|
Long |
getWait()
The plugin wait time.
|
IModel<Long> |
getWaitModel()
Return the wait based on a model.
|
void |
setWait(Long wait)
Gets time to sleep in milliseconds before test action.
|
void |
setWaitModel(IModel<Long> waitModel)
Set wait model object.
|
copy, doEnd, doStart, getParent, initialize, setParentgetParameters, setParametersgetActionTypevoid setWait(Long wait)
wait - Wait time.Long getWait()
Copyright © 2016. All rights reserved.