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.
|
net.thucydides.core.steps.events | |
net.thucydides.core.steps.session |
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() |
static StepEventBus |
StepEventBus.getParallelEventBus()
If called from a Cucumber parallel Test session will return the corresponding StepEventBus, otherwise
will redirect to 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) |
Modifier and Type | Method and Description |
---|---|
StepEventBus |
StepEventBusEventBase.getStepEventBus() |
Modifier and Type | Method and Description |
---|---|
void |
StepEventBusEvent.setStepEventBus(StepEventBus stepEventBus) |
void |
StepEventBusEventBase.setStepEventBus(StepEventBus stepEventBus) |
Modifier and Type | Method and Description |
---|---|
StepEventBus |
TestSessionContext.getStepEventBus() |
Modifier and Type | Method and Description |
---|---|
void |
TestSessionContext.setStepEventBus(StepEventBus stepEventBus) |
static void |
TestSession.startSession(String sessionId,
StepEventBus stepEventBus) |
Copyright © 2023. All rights reserved.