Package io.cucumber.messages.types
Class Tag
- java.lang.Object
-
- io.cucumber.messages.types.Tag
-
public final class Tag extends Object
Represents the Tag message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages A tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Unique ID to be able to reference the Tag from PickleTagLocationgetLocation()Location of the tagStringgetName()The name of the tag (including the leading `@`)inthashCode()StringtoString()
-