Uses of Class
io.cucumber.core.plugin.ScenarioContextDelegate
Packages that use ScenarioContextDelegate
-
Uses of ScenarioContextDelegate in io.cucumber.core.plugin
Methods in io.cucumber.core.plugin that return ScenarioContextDelegateModifier and TypeMethodDescriptionTigerSerenityReporterPlugin.getScenarioContextDelegate(URI featureURI) -
Uses of ScenarioContextDelegate in io.cucumber.core.plugin.report
Methods in io.cucumber.core.plugin.report with parameters of type ScenarioContextDelegateModifier and TypeMethodDescriptionintSerenityReporterCallbacks.extractScenarioDataVariantIndex(ScenarioContextDelegate context, io.cucumber.plugin.event.TestCase testCase) voidSerenityReporterCallbacks.handleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event, ScenarioContextDelegate context) voidSerenityReporterCallbacks.handleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted testCaseStartedEvent, ScenarioContextDelegate context) voidSerenityReporterCallbacks.handleTestRunFinished(io.cucumber.plugin.event.TestRunFinished ignoredEvent, ScenarioContextDelegate ignoredContext) voidSerenityReporterCallbacks.handleTestRunStarted(io.cucumber.plugin.event.Event ignoredEvent, ScenarioContextDelegate ignoredContext) voidSerenityReporterCallbacks.handleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event, ScenarioContextDelegate context) voidSerenityReporterCallbacks.handleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event, ScenarioContextDelegate context)