Class AnnotatedFeature
java.lang.Object
net.thucydides.core.requirements.model.cucumber.AnnotatedFeature
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedFeature(io.cucumber.messages.Messages.GherkinDocument.Feature feature, List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario> scenarioDefinitions, String descriptionInComments) -
Method Summary
Modifier and TypeMethodDescriptionio.cucumber.messages.Messages.GherkinDocument.FeatureList<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario>
-
Constructor Details
-
AnnotatedFeature
-
-
Method Details
-
getFeature
public io.cucumber.messages.Messages.GherkinDocument.Feature getFeature() -
getDescriptionInComments
-
getScenarioDefinitions
public List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario> getScenarioDefinitions()
-