| Package | Description |
|---|---|
| net.serenitybdd.core |
Core domain model for the Serenity application.
|
| net.serenitybdd.core.reports | |
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| Constructor and Description |
|---|
SerenityListeners(StepEventBus stepEventBus,
Configuration systemConfiguration) |
| Constructor and Description |
|---|
ReportDataSaver(StepEventBus eventBus) |
| Modifier and Type | Class and Description |
|---|---|
class |
SilentEventBus |
| Modifier and Type | Method and Description |
|---|---|
static StepEventBus |
StepEventBus.eventBusFor(Object key) |
static StepEventBus |
StepEventBus.getEventBus()
The event bus used to inform listening classes about when tests and test steps start and finish.
|
StepEventBus |
BaseStepListener.getEventBus() |
StepEventBus |
SilentEventBus.registerListener(StepListener listener) |
StepEventBus |
StepEventBus.registerListener(StepListener listener)
Register a listener to receive notification at different points during a test's execution.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseStepListener |
BaseListenerPools.baseStepListenerFor(StepEventBus eventBus) |
BaseStepListener |
BaseStepListener.childListenerFor(StepEventBus eventBus) |
static void |
StepEventBus.overrideEventBusWith(StepEventBus stepEventBus) |
void |
BaseStepListener.setEventBus(StepEventBus eventBus) |
Copyright © 2021. All rights reserved.