public final class TestSourcesModel
extends java.lang.Object
| Constructor and Description |
|---|
TestSourcesModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestSourceReadEvent(java.net.URI path,
io.cucumber.plugin.event.TestSourceRead event) |
io.qameta.allure.cucumber5jvm.testsourcemodel.TestSourcesModel.AstNode |
getAstNode(java.net.URI path,
int line) |
gherkin.ast.Feature |
getFeature(java.net.URI path) |
static gherkin.ast.ScenarioDefinition |
getScenarioDefinition(io.qameta.allure.cucumber5jvm.testsourcemodel.TestSourcesModel.AstNode astNode) |
public static gherkin.ast.ScenarioDefinition getScenarioDefinition(io.qameta.allure.cucumber5jvm.testsourcemodel.TestSourcesModel.AstNode astNode)
public void addTestSourceReadEvent(java.net.URI path,
io.cucumber.plugin.event.TestSourceRead event)
public gherkin.ast.Feature getFeature(java.net.URI path)
public io.qameta.allure.cucumber5jvm.testsourcemodel.TestSourcesModel.AstNode getAstNode(java.net.URI path,
int line)