Class SerenityReporterParallelDelegate

java.lang.Object
io.cucumber.core.plugin.SerenityReporterParallelDelegate
All Implemented Interfaces:
ISerenityReporter

public class SerenityReporterParallelDelegate extends Object implements ISerenityReporter
  • Constructor Details

    • SerenityReporterParallelDelegate

      public SerenityReporterParallelDelegate()
  • Method Details

    • getContext

      public IScenarioContext getContext(URI featureURI)
      Specified by:
      getContext in interface ISerenityReporter
    • handleTestRunStarted

      public void handleTestRunStarted(io.cucumber.plugin.event.TestRunStarted event)
      Specified by:
      handleTestRunStarted in interface ISerenityReporter
    • handleTestSourceRead

      public void handleTestSourceRead(io.cucumber.plugin.event.TestSourceRead event)
      Specified by:
      handleTestSourceRead in interface ISerenityReporter
    • handleTestCaseStarted

      public void handleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted event)
      Specified by:
      handleTestCaseStarted in interface ISerenityReporter
    • handleTestStepStarted

      public void handleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event)
      Specified by:
      handleTestStepStarted in interface ISerenityReporter
    • handleTestStepFinished

      public void handleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event)
      Specified by:
      handleTestStepFinished in interface ISerenityReporter
    • handleTestCaseFinished

      public void handleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event)
      Specified by:
      handleTestCaseFinished in interface ISerenityReporter
    • handleTestRunFinished

      public void handleTestRunFinished(io.cucumber.plugin.event.TestRunFinished event)
      Specified by:
      handleTestRunFinished in interface ISerenityReporter
    • handleWriteEvent

      public void handleWriteEvent(io.cucumber.plugin.event.WriteEvent event)
      Specified by:
      handleWriteEvent in interface ISerenityReporter
    • setEventPublisher

      public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
    • handleWrite

      public void handleWrite(io.cucumber.plugin.event.WriteEvent event)
    • getAllTestOutcomes

      public List<net.thucydides.model.domain.TestOutcome> getAllTestOutcomes()