Uses of Interface
io.cucumber.core.plugin.IScenarioContext
Packages that use IScenarioContext
-
Uses of IScenarioContext in io.cucumber.core.plugin
Classes in io.cucumber.core.plugin that implement IScenarioContextModifier and TypeClassDescriptionclassclassMethods in io.cucumber.core.plugin that return IScenarioContextModifier and TypeMethodDescriptionISerenityReporter.getContext(URI featureURI) SerenityReporterDelegate.getContext(URI featureURI) SerenityReporterParallelDelegate.getContext(URI featureURI) TigerSerenityReporterPlugin.getContext(URI featureURI) -
Uses of IScenarioContext in io.cucumber.core.plugin.report
Methods in io.cucumber.core.plugin.report with parameters of type IScenarioContextModifier and TypeMethodDescriptionintSerenityReporterCallbacks.extractScenarioDataVariantIndex(IScenarioContext context, io.cucumber.plugin.event.TestCase testCase) voidSerenityReporterCallbacks.handleTestCaseFinished(io.cucumber.plugin.event.TestCaseFinished event, IScenarioContext context) voidSerenityReporterCallbacks.handleTestCaseStarted(io.cucumber.plugin.event.TestCaseStarted testCaseStartedEvent, IScenarioContext context) voidSerenityReporterCallbacks.handleTestStepFinished(io.cucumber.plugin.event.TestStepFinished event, IScenarioContext context) voidSerenityReporterCallbacks.handleTestStepStarted(io.cucumber.plugin.event.TestStepStarted event, IScenarioContext context)