|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWaitPlugin
Stand for a plugin with sleep before execution.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.specrunner.plugins.IPlugin |
|---|
copy, doEnd, doStart, getParent, initialize, setParent |
| Methods inherited from interface org.specrunner.parameters.IParameterHolder |
|---|
getParameters, setParameters |
| Methods inherited from interface org.specrunner.plugins.IActionType |
|---|
getActionType |
| Method Detail |
|---|
void setWait(Long wait)
wait - Wait time.Long getWait()
IModel<Long> getWaitModel()
void setWaitModel(IModel<Long> waitModel)
waitModel - The model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||