| Package | Description |
|---|---|
| org.specrunner.junit | |
| org.specrunner.junit.concurrent | |
| org.specrunner.listeners.core | |
| org.specrunner.runner.core |
| Modifier and Type | Field and Description |
|---|---|
protected List<INodeListener> |
SRRunnerScenario.listeners
Scenario listeners.
|
protected List<INodeListener> |
SpecRunnerStatement.listeners
Listener to activate.
|
| Modifier and Type | Method and Description |
|---|---|
List<INodeListener> |
SRRunnerScenario.getListeners() |
List<INodeListener> |
IRunnerScenario.getListeners()
Scenario listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRRunnerScenario.setListeners(List<INodeListener> listeners) |
void |
IRunnerScenario.setListeners(List<INodeListener> listeners)
Get listeners.
|
| Constructor and Description |
|---|
SpecRunnerStatement(org.junit.runners.model.TestClass test,
Object instance,
List<INodeListener> listeners)
The testing object.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<INodeListener> |
SRRunnerConcurrentScenario.listeners
Scenario listeners.
|
| Modifier and Type | Method and Description |
|---|---|
List<INodeListener> |
SRRunnerConcurrentScenario.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
SRRunnerConcurrentScenario.setListeners(List<INodeListener> listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeListener
Helper for node listeners.
|
class |
IgnoreNodeListener
Listener to ignore nodes.
|
class |
PauseOnFailureNodeListener
Listener to pause execution on errors.
|
class |
ScenarioFrameListener
Monitor for scenarios frames.
|
| Modifier and Type | Method and Description |
|---|---|
protected ENext |
RunnerImpl.nodeStart(nu.xom.Node node,
IContext context,
IResultSet result,
List<INodeListener> listeners)
Perform start node listeners.
|
Copyright © 2016. All rights reserved.