Package io.cucumber.core.plugin
Class TigerSerenityReporterPlugin
java.lang.Object
io.cucumber.core.plugin.SerenityReporterParallel
io.cucumber.core.plugin.TigerSerenityReporterPlugin
- All Implemented Interfaces:
io.cucumber.plugin.ConcurrentEventListener,io.cucumber.plugin.Plugin
public class TigerSerenityReporterPlugin
extends io.cucumber.core.plugin.SerenityReporterParallel
will be replacing teh TigerCucumberListener once Serenity PR is released
-
Field Summary
Fields inherited from class io.cucumber.core.plugin.SerenityReporterParallel
EXTERNAL_LINK_CACHE, SESSION_ID_CACHE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScenarioContextDelegate(URI featureURI) protected voidhandleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event) protected voidhandleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted event) protected voidhandleTestRunFinished(io.cucumber.plugin.event.TestRunFinished event) protected voidhandleTestRunStarted(io.cucumber.plugin.event.TestRunStarted event) protected voidhandleTestSourceRead(io.cucumber.plugin.event.TestSourceRead event) protected voidhandleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event) protected voidhandleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event) protected voidhandleWriteEvent(io.cucumber.plugin.event.WriteEvent event) voidsetEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) Methods inherited from class io.cucumber.core.plugin.SerenityReporterParallel
featureFrom, getAllTestOutcomes, getContext, handleWrite, stepTitleFrom
-
Constructor Details
-
TigerSerenityReporterPlugin
public TigerSerenityReporterPlugin()
-
-
Method Details
-
getScenarioContextDelegate
-
setEventPublisher
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) - Specified by:
setEventPublisherin interfaceio.cucumber.plugin.ConcurrentEventListener- Overrides:
setEventPublisherin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestRunStarted
protected void handleTestRunStarted(io.cucumber.plugin.event.TestRunStarted event) - Overrides:
handleTestRunStartedin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestSourceRead
protected void handleTestSourceRead(io.cucumber.plugin.event.TestSourceRead event) - Overrides:
handleTestSourceReadin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestCaseStarted
protected void handleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted event) - Overrides:
handleTestCaseStartedin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestStepStarted
protected void handleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event) - Overrides:
handleTestStepStartedin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestStepFinished
protected void handleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event) - Overrides:
handleTestStepFinishedin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestCaseFinished
protected void handleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event) - Overrides:
handleTestCaseFinishedin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleTestRunFinished
protected void handleTestRunFinished(io.cucumber.plugin.event.TestRunFinished event) - Overrides:
handleTestRunFinishedin classio.cucumber.core.plugin.SerenityReporterParallel
-
handleWriteEvent
protected void handleWriteEvent(io.cucumber.plugin.event.WriteEvent event) -
getReporterCallbacks
-