public class TestSourcesModelProxy
extends java.lang.Object
| Constructor and Description |
|---|
TestSourcesModelProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestSourceReadEvent(java.lang.String path,
cucumber.api.event.TestSourceRead event) |
gherkin.ast.Feature |
getFeature(java.lang.String path) |
java.lang.String |
getKeywordFromSource(java.lang.String uri,
int stepLine) |
gherkin.ast.ScenarioDefinition |
getScenarioDefinition(java.lang.String path,
int line) |
public void addTestSourceReadEvent(java.lang.String path,
cucumber.api.event.TestSourceRead event)
public gherkin.ast.Feature getFeature(java.lang.String path)
public gherkin.ast.ScenarioDefinition getScenarioDefinition(java.lang.String path,
int line)
public java.lang.String getKeywordFromSource(java.lang.String uri,
int stepLine)