|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITimedPlugin
Stand for a plugin with time constrains. If doStart() or
doEnd() is performed in time superior to timeout an error is
thrown.
| Method Summary | |
|---|---|
Long |
getTimeout()
The plugin timeout. |
IModel<Long> |
getTimeoutModel()
Model for timeout testing. |
void |
setTimeout(Long timeout)
Set the plugin timeout. |
void |
setTimeoutModel(IModel<Long> timeoutModel)
Set the model. |
| 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 setTimeout(Long timeout)
timeout - The plugin timeout.Long getTimeout()
IModel<Long> getTimeoutModel()
void setTimeoutModel(IModel<Long> timeoutModel)
timeoutModel - A time model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||