public class TestSourcesModelProxy
extends java.lang.Object
| Constructor and Description |
|---|
TestSourcesModelProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestSourceReadEvent(java.net.URI path,
io.cucumber.plugin.event.TestSourceRead event) |
io.cucumber.messages.types.Feature |
getFeature(java.net.URI path) |
java.lang.String |
getKeywordFromSource(java.net.URI uri,
int stepLine) |
io.cucumber.messages.types.Scenario |
getScenarioDefinition(java.net.URI path,
int line) |
public void addTestSourceReadEvent(java.net.URI path,
io.cucumber.plugin.event.TestSourceRead event)
public io.cucumber.messages.types.Feature getFeature(java.net.URI path)
public io.cucumber.messages.types.Scenario getScenarioDefinition(java.net.URI path,
int line)
public java.lang.String getKeywordFromSource(java.net.URI uri,
int stepLine)