Package io.cucumber.core.plugin
Interface IScenarioContext
- All Known Implementing Classes:
ScenarioContextDelegate,ScenarioContextParallelDelegate
public interface IScenarioContext
-
Method Summary
Modifier and TypeMethodDescriptionio.cucumber.messages.types.ScenariocurrentScenarioOutline(String scenarioId) io.cucumber.messages.types.ScenariogetCurrentScenarioDefinition(String scenarioId) io.cucumber.messages.types.StepgetCurrentStep(io.cucumber.plugin.event.TestCase testCase) net.thucydides.model.domain.DataTablebooleanisAScenarioOutline(String scenarioId) net.thucydides.core.steps.StepEventBus
-
Method Details
-
getCurrentScenarioDefinition
-
getTable
-
getCurrentStep
io.cucumber.messages.types.Step getCurrentStep(io.cucumber.plugin.event.TestCase testCase) -
currentScenarioOutline
-
isAScenarioOutline
-
getFeatureURI
URI getFeatureURI() -
stepEventBus
net.thucydides.core.steps.StepEventBus stepEventBus()
-