|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPluginListener | |
|---|---|
| org.specrunner.listeners.core | |
| org.specrunner.runner.core | |
| Uses of IPluginListener in org.specrunner.listeners.core |
|---|
| Classes in org.specrunner.listeners.core that implement IPluginListener | |
|---|---|
class |
AbstractPluginListener
Helper for plugin listeners. |
class |
ProfilerPluginListener
Logging profiler implementation. |
class |
TagPluginListener
Tag executed plugins with ignore. |
| Uses of IPluginListener in org.specrunner.runner.core |
|---|
| Method parameters in org.specrunner.runner.core with type arguments of type IPluginListener | |
|---|---|
protected void |
RunnerImpl.end(IContext context,
IResultSet result,
IPlugin plugin,
List<IPluginListener> listeners)
Perform end operations. |
protected void |
RunnerImpl.initialization(IContext context,
IResultSet result,
IPlugin plugin,
List<IPluginListener> listeners)
Perform initialization. |
protected ENext |
RunnerImpl.start(IContext context,
IResultSet result,
IPlugin plugin,
List<IPluginListener> listeners)
Perform start operation of plugins. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||