Uses of Class
io.cucumber.core.plugin.ScenarioContextDelegate
-
Packages that use ScenarioContextDelegate Package Description io.cucumber.core.plugin.report -
-
Uses of ScenarioContextDelegate in io.cucumber.core.plugin.report
Methods in io.cucumber.core.plugin.report with parameters of type ScenarioContextDelegate Modifier and Type Method Description voidSerenityReporterCallbacks. handleTestCaseFinished(io.cucumber.plugin.event.Event event, ScenarioContextDelegate context)voidSerenityReporterCallbacks. handleTestCaseStarted(io.cucumber.plugin.event.Event event, ScenarioContextDelegate context)voidSerenityReporterCallbacks. handleTestRunStarted(io.cucumber.plugin.event.Event ignoredEvent, ScenarioContextDelegate ignoredContext)voidSerenityReporterCallbacks. handleTestStepFinished(io.cucumber.plugin.event.Event event, ScenarioContextDelegate context)voidSerenityReporterCallbacks. handleTestStepStarted(io.cucumber.plugin.event.Event event, ScenarioContextDelegate context)
-