Package io.cucumber.messages.types
Class Comment
- java.lang.Object
-
- io.cucumber.messages.types.Comment
-
public final class Comment extends Object
Represents the Comment message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages A comment in a Gherkin document
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LocationgetLocation()The location of the commentStringgetText()The text of the commentinthashCode()StringtoString()
-