org.specrunner.listeners.core
Class TagPluginListener
java.lang.Object
org.specrunner.listeners.core.AbstractPluginListener
org.specrunner.listeners.core.TagPluginListener
- All Implemented Interfaces:
- IPluginListener, ISpecRunnerListener
public class TagPluginListener
- extends AbstractPluginListener
Tag executed plugins with ignore.
- Author:
- Thiago Santos.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagPluginListener
public TagPluginListener()
getName
public String getName()
- Description copied from interface:
ISpecRunnerListener
- The listener name. Used to distinguish between different listeners.
- Returns:
- The listener name.
reset
public void reset()
- Description copied from interface:
ISpecRunnerListener
- Reset listener state.
onAfterEnd
public void onAfterEnd(IPlugin plugin,
IContext context,
IResultSet result)
- Description copied from interface:
IPluginListener
- Perform some action after plugin ending.
- Specified by:
onAfterEnd in interface IPluginListener- Overrides:
onAfterEnd in class AbstractPluginListener
- Parameters:
plugin - The plugin instance.context - The context.result - The result.
Copyright © 2014. All rights reserved.