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

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    io.cucumber.plugin.event.Result
     
    void
     
     

    Methods inherited from class net.thucydides.core.steps.events.StepEventBusEventBase

    getScenarioId, getStepEventBus, getTimestamp, setStepEventBus

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

      public String toString()
      Overrides:
      toString in class Object