Uses of Class
net.thucydides.core.steps.BaseStepListener
| Package | Description |
|---|---|
| net.serenitybdd.core |
Core domain model for the Serenity application.
|
| net.serenitybdd.core.parallel | |
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
-
Uses of BaseStepListener in net.serenitybdd.core
Methods in net.serenitybdd.core that return BaseStepListener Modifier and Type Method Description BaseStepListenerSerenityListeners. getBaseStepListener() -
Uses of BaseStepListener in net.serenitybdd.core.parallel
Methods in net.serenitybdd.core.parallel that return types with arguments of type BaseStepListener Modifier and Type Method Description java.util.Optional<BaseStepListener>Agency. baseListenerFor(Agent agent)java.util.Optional<BaseStepListener>Agency. currentAgentSpecificListener() -
Uses of BaseStepListener in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return BaseStepListener Modifier and Type Method Description static BaseStepListenerBaseListenerPools. baseStepListenerFor(StepEventBus eventBus)BaseStepListenerBaseStepListener. childListenerFor(StepEventBus eventBus)BaseStepListenerSilentEventBus. getBaseStepListener()BaseStepListenerStepEventBus. getBaseStepListener()BaseStepListenerBaseStepListener. spawn(java.lang.String outcomeName)Creates a new base step listener withBaseStepListenerListeners.BaseStepListenerBuilder. withOutputDirectory(java.io.File outputDirectory)Constructors in net.thucydides.core.steps with parameters of type BaseStepListener Constructor Description StepMutator(BaseStepListener baseStepListener)