Uses of Class
net.thucydides.core.steps.StepEventBus
| 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.
|
-
Uses of StepEventBus in net.serenitybdd.core
Constructors in net.serenitybdd.core with parameters of type StepEventBus Constructor Description SerenityListeners(StepEventBus stepEventBus, Configuration systemConfiguration) -
Uses of StepEventBus in net.serenitybdd.core.reports
Constructors in net.serenitybdd.core.reports with parameters of type StepEventBus Constructor Description ReportDataSaver(StepEventBus eventBus) -
Uses of StepEventBus in net.thucydides.core.steps
Subclasses of StepEventBus in net.thucydides.core.steps Modifier and Type Class Description classSilentEventBusMethods in net.thucydides.core.steps that return StepEventBus Modifier and Type Method Description static StepEventBusStepEventBus. eventBusFor(java.lang.Object key)StepEventBusBaseStepListener. getEventBus()static StepEventBusStepEventBus. getEventBus()The event bus used to inform listening classes about when tests and test steps start and finish.StepEventBusSilentEventBus. registerListener(StepListener listener)StepEventBusStepEventBus. 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 StepEventBus Modifier and Type Method Description static BaseStepListenerBaseListenerPools. baseStepListenerFor(StepEventBus eventBus)BaseStepListenerBaseStepListener. childListenerFor(StepEventBus eventBus)static voidStepEventBus. overrideEventBusWith(StepEventBus stepEventBus)voidBaseStepListener. setEventBus(StepEventBus eventBus)