Class AnnotatedFeature
java.lang.Object
net.thucydides.core.requirements.model.cucumber.AnnotatedFeature
public class AnnotatedFeature
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description AnnotatedFeature(io.cucumber.messages.Messages.GherkinDocument.Feature feature, java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario> scenarioDefinitions, java.lang.String descriptionInComments) -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescriptionInComments()io.cucumber.messages.Messages.GherkinDocument.FeaturegetFeature()java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario>getScenarioDefinitions()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AnnotatedFeature
public AnnotatedFeature(io.cucumber.messages.Messages.GherkinDocument.Feature feature, java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario> scenarioDefinitions, java.lang.String descriptionInComments)
-
-
Method Details
-
getFeature
public io.cucumber.messages.Messages.GherkinDocument.Feature getFeature() -
getDescriptionInComments
public java.lang.String getDescriptionInComments() -
getScenarioDefinitions
public java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Scenario> getScenarioDefinitions()
-