public static class RunningContext.FeatureContext
extends java.lang.Object
| Constructor and Description |
|---|
FeatureContext(io.cucumber.plugin.event.TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addTestSourceReadEvent(java.net.URI uri,
io.cucumber.plugin.event.TestSourceRead event) |
io.cucumber.core.internal.gherkin.ast.Background |
getBackground() |
io.cucumber.core.internal.gherkin.ast.Feature |
getFeature() |
io.cucumber.core.internal.gherkin.ast.Feature |
getFeature(java.lang.String source) |
io.reactivex.Maybe<java.lang.String> |
getFeatureId() |
<T extends io.cucumber.core.internal.gherkin.ast.ScenarioDefinition> |
getScenario(io.cucumber.plugin.event.TestCase testCase) |
RunningContext.ScenarioContext |
getScenarioContext(io.cucumber.plugin.event.TestCase testCase) |
java.net.URI |
getUri() |
void |
setFeatureId(io.reactivex.Maybe<java.lang.String> featureId) |
public static void addTestSourceReadEvent(java.net.URI uri,
io.cucumber.plugin.event.TestSourceRead event)
public RunningContext.ScenarioContext getScenarioContext(io.cucumber.plugin.event.TestCase testCase)
public io.cucumber.core.internal.gherkin.ast.Feature getFeature(java.lang.String source)
public io.cucumber.core.internal.gherkin.ast.Background getBackground()
public io.cucumber.core.internal.gherkin.ast.Feature getFeature()
public java.net.URI getUri()
public io.reactivex.Maybe<java.lang.String> getFeatureId()
public void setFeatureId(io.reactivex.Maybe<java.lang.String> featureId)
public <T extends io.cucumber.core.internal.gherkin.ast.ScenarioDefinition> T getScenario(io.cucumber.plugin.event.TestCase testCase)