org.specrunner.plugins.core
Class PluginNop
java.lang.Object
org.specrunner.parameters.core.ParameterHolder
org.specrunner.plugins.core.AbstractPlugin
org.specrunner.plugins.core.PluginNop
- All Implemented Interfaces:
- IParameterHolder, IActionType, IParalelPlugin, IPlugin, ISleepPlugin, ITestPlugin, ITimedPlugin, IWaitPlugin
public final class PluginNop
- extends AbstractPlugin
Default no-operation plugin.
- Author:
- Thiago Santos.
| Methods inherited from class org.specrunner.plugins.core.AbstractPlugin |
copy, doEnd, doStart, getCondition, getConditionModel, getNormalized, getNormalized, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, initialize, setCondition, setConditionModel, setNormalized, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel |
emptyPlugin
public static IPlugin emptyPlugin()
- Returns the singleton version of the plugin.
- Returns:
- A plugin instance.
getActionType
public ActionType getActionType()
- Description copied from interface:
IActionType
- Get the plugin type.
- Returns:
- The type.
toString
public String toString()
- Overrides:
toString in class AbstractPlugin
Copyright © 2014. All rights reserved.