public class AnnotatedFeature
extends java.lang.Object
| Constructor and Description |
|---|
AnnotatedFeature(io.cucumber.core.internal.gherkin.ast.Feature feature,
java.util.List<io.cucumber.core.internal.gherkin.ast.ScenarioDefinition> scenarioDefinitions,
java.lang.String descriptionInComments) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptionInComments() |
io.cucumber.core.internal.gherkin.ast.Feature |
getFeature() |
java.util.List<io.cucumber.core.internal.gherkin.ast.ScenarioDefinition> |
getScenarioDefinitions() |