Package io.cucumber.messages.types
Class GherkinDocument
- java.lang.Object
-
- io.cucumber.messages.types.GherkinDocument
-
public final class GherkinDocument extends Object
-
-
Constructor Summary
Constructors Constructor Description GherkinDocument(String uri, Feature feature, List<Comment> comments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Comment>getComments()Optional<Feature>getFeature()Optional<String>getUri()inthashCode()StringtoString()
-