| Package | Description |
|---|---|
| org.specrunner.context | |
| org.specrunner.listeners | |
| org.specrunner.listeners.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBlockListener
Stands for a context listener.
|
interface |
IContextListener
Stands for a context listener.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
INodeListener
Generic node listener.
|
interface |
IPluginListener
Generic plugin listener.
|
interface |
ISourceListener
A generic source listener.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ISpecRunnerListener> |
IListenerManager.filterByType(Class<T> type)
Filter listeners by their types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlockListener
Helper for block listeners.
|
class |
AbstractContextListener
Helper for context listeners.
|
class |
AbstractNodeListener
Helper for node listeners.
|
class |
AbstractPluginListener
Helper for plugin listeners.
|
class |
AbstractSourceListener
Helper for source listeners.
|
class |
ContextListenerDestroyer
Populator listener.
|
class |
ContextListenerPopulator
Populator listener.
|
class |
IgnoreNodeListener
Listener to ignore nodes.
|
class |
PauseOnFailureNodeListener
Listener to pause execution on errors.
|
class |
ProfilerPluginListener
Logging profiler implementation.
|
class |
ProfilerSourceListener
Logging profiler implementation.
|
class |
ScenarioFrameListener
Monitor for scenarios frames.
|
class |
TagPluginListener
Tag executed plugins with ignore.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ISpecRunnerListener> |
ListenerManagerImpl.filterByType(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ListenerManagerImpl.add(ISpecRunnerListener e) |
Copyright © 2016. All rights reserved.