Package io.cucumber.core.plugin
Class SerenityReporterParallelDelegate
java.lang.Object
io.cucumber.core.plugin.SerenityReporterParallelDelegate
- All Implemented Interfaces:
ISerenityReporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<net.thucydides.model.domain.TestOutcome>getContext(URI featureURI) voidhandleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event) voidhandleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted event) voidhandleTestRunFinished(io.cucumber.plugin.event.TestRunFinished event) voidhandleTestRunStarted(io.cucumber.plugin.event.TestRunStarted event) voidhandleTestSourceRead(io.cucumber.plugin.event.TestSourceRead event) voidhandleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event) voidhandleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event) voidhandleWrite(io.cucumber.plugin.event.WriteEvent event) voidhandleWriteEvent(io.cucumber.plugin.event.WriteEvent event) voidsetEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
-
Constructor Details
-
SerenityReporterParallelDelegate
public SerenityReporterParallelDelegate()
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceISerenityReporter
-
handleTestRunStarted
public void handleTestRunStarted(io.cucumber.plugin.event.TestRunStarted event) - Specified by:
handleTestRunStartedin interfaceISerenityReporter
-
handleTestSourceRead
public void handleTestSourceRead(io.cucumber.plugin.event.TestSourceRead event) - Specified by:
handleTestSourceReadin interfaceISerenityReporter
-
handleTestCaseStarted
public void handleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted event) - Specified by:
handleTestCaseStartedin interfaceISerenityReporter
-
handleTestStepStarted
public void handleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event) - Specified by:
handleTestStepStartedin interfaceISerenityReporter
-
handleTestStepFinished
public void handleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event) - Specified by:
handleTestStepFinishedin interfaceISerenityReporter
-
handleTestCaseFinished
public void handleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event) - Specified by:
handleTestCaseFinishedin interfaceISerenityReporter
-
handleTestRunFinished
public void handleTestRunFinished(io.cucumber.plugin.event.TestRunFinished event) - Specified by:
handleTestRunFinishedin interfaceISerenityReporter
-
handleWriteEvent
public void handleWriteEvent(io.cucumber.plugin.event.WriteEvent event) - Specified by:
handleWriteEventin interfaceISerenityReporter
-
setEventPublisher
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) -
handleWrite
public void handleWrite(io.cucumber.plugin.event.WriteEvent event) -
getAllTestOutcomes
-