| Package | Description |
|---|---|
| org.specrunner.junit | |
| org.specrunner.listeners.core | |
| org.specrunner.plugins.core.objects.core |
| Modifier and Type | Method and Description |
|---|---|
protected static IScenarioListener |
JUnitUtils.getScenarioCleaner(Class<?> javaClass)
Get scenario cleaner.
|
static IScenarioListener[] |
JUnitUtils.getScenarioListener(Class<?> type)
Given a class return instances for scenario listeners.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends IScenarioListener>> |
JUnitUtils.scanAnnotation(Class<?> type)
Get full list of scenario listeners in annotations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScenarioWrapperAfterListener
Wrapp a scenario with a end tag.
|
class |
AbstractScenarioWrapperBeforeListener
Wrapp a scenario with a start tag.
|
class |
AbstractScenarioWrapperListener
Wrapp a scenario with a start tag, and an end tag, i.e.
|
class |
ScenarioCleanerListener
Cleaner for scenarios considering @BeforeScenario and @AfterScenario as
references.
|
| Modifier and Type | Field and Description |
|---|---|
protected IScenarioListener[] |
ScenarioFrameListener.listeners
Scenario listeners.
|
| Constructor and Description |
|---|
ScenarioFrameListener(String name,
Boolean execute,
IScenarioListener... listeners)
Creates a names scenario listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectManagerCleaner
Listener to clean object memory information.
|
Copyright © 2016. All rights reserved.