org.specrunner.plugins.core.flow
Class PluginThen
java.lang.Object
org.specrunner.parameters.core.ParameterHolder
org.specrunner.plugins.core.AbstractPlugin
org.specrunner.plugins.core.AbstractPluginNamed
org.specrunner.plugins.core.flow.PluginIfBranch
org.specrunner.plugins.core.flow.PluginThen
- All Implemented Interfaces:
- IParameterHolder, IActionType, IParalelPlugin, IPlugin, ISleepPlugin, ITestPlugin, ITimedPlugin, IWaitPlugin
public class PluginThen
- extends PluginIfBranch
The 'then' side of a conditional test.
- Author:
- Thiago Santos.
|
Method Summary |
protected boolean |
expected()
Return the expected branch condition. |
| Methods inherited from class org.specrunner.plugins.core.AbstractPlugin |
copy, doEnd, getCondition, getConditionModel, getNormalized, getNormalized, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel, toString |
PluginThen
public PluginThen()
expected
protected boolean expected()
- Description copied from class:
PluginIfBranch
- Return the expected branch condition.
- Specified by:
expected in class PluginIfBranch
- Returns:
- true, for 'then', false, for 'else'.
Copyright © 2014. All rights reserved.