Class StepFinishedWithResultEvent
java.lang.Object
net.thucydides.core.steps.events.StepEventBusEventBase
net.serenitybdd.cucumber.events.StepFinishedWithResultEvent
- All Implemented Interfaces:
net.thucydides.core.steps.events.StepEventBusEvent
public class StepFinishedWithResultEvent
extends net.thucydides.core.steps.events.StepEventBusEventBase
-
Field Summary
Fields inherited from class net.thucydides.core.steps.events.StepEventBusEventBase
timestamp -
Constructor Summary
ConstructorsConstructorDescriptionStepFinishedWithResultEvent(io.cucumber.plugin.event.Result result, io.cucumber.messages.types.Step currentStep, io.cucumber.plugin.event.TestStep currentTestStep, List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> screenshotList, ZonedDateTime time, boolean isInDataDrivenTest) -
Method Summary
Methods inherited from class net.thucydides.core.steps.events.StepEventBusEventBase
getScenarioId, getStepEventBus, getTimestamp, setStepEventBus
-
Constructor Details
-
StepFinishedWithResultEvent
public StepFinishedWithResultEvent(io.cucumber.plugin.event.Result result, io.cucumber.messages.types.Step currentStep, io.cucumber.plugin.event.TestStep currentTestStep, List<net.thucydides.model.screenshots.ScreenshotAndHtmlSource> screenshotList, ZonedDateTime time, boolean isInDataDrivenTest)
-
-
Method Details
-
play
public void play() -
getResult
public io.cucumber.plugin.event.Result getResult() -
toString
-