Uses of Class
net.thucydides.core.steps.StepEventBus
Packages that use StepEventBus
Package
Description
Core domain model for the Serenity application.
Base class to be used when writing a library of resuable test steps.
-
Uses of StepEventBus in net.serenitybdd.core
Constructors in net.serenitybdd.core with parameters of type StepEventBusModifierConstructorDescriptionSerenityListeners
(StepEventBus stepEventBus, Configuration systemConfiguration) -
Uses of StepEventBus in net.serenitybdd.core.reports
Constructors in net.serenitybdd.core.reports with parameters of type StepEventBus -
Uses of StepEventBus in net.thucydides.core.steps
Subclasses of StepEventBus in net.thucydides.core.stepsMethods in net.thucydides.core.steps that return StepEventBusModifier and TypeMethodDescriptionstatic StepEventBus
StepEventBus.eventBusFor
(Object key) BaseStepListener.getEventBus()
static StepEventBus
StepEventBus.getEventBus()
The event bus used to inform listening classes about when tests and test steps start and finish.SilentEventBus.registerListener
(StepListener listener) StepEventBus.registerListener
(StepListener listener) Register a listener to receive notification at different points during a test's execution.Methods in net.thucydides.core.steps with parameters of type StepEventBusModifier and TypeMethodDescriptionstatic BaseStepListener
BaseListenerPools.baseStepListenerFor
(StepEventBus eventBus) BaseStepListener.childListenerFor
(StepEventBus eventBus) static void
StepEventBus.overrideEventBusWith
(StepEventBus stepEventBus) void
BaseStepListener.setEventBus
(StepEventBus eventBus)