Package io.cucumber.messages.types
Class Rule
- java.lang.Object
-
- io.cucumber.messages.types.Rule
-
public final class Rule extends Object
Represents the Rule message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<RuleChild>getChildren()StringgetDescription()StringgetId()StringgetKeyword()LocationgetLocation()The location of the `Rule` keywordStringgetName()List<Tag>getTags()All the tags placed above the `Rule` keywordinthashCode()StringtoString()
-