Package io.cucumber.messages.types
Class Tag
java.lang.Object
io.cucumber.messages.types.Tag
Represents the Tag message in Cucumber's message protocol
A tag
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tag
-
-
Method Details
-
getLocation
Location of the tag -
getName
The name of the tag (including the leading `@`) -
getId
Unique ID to be able to reference the Tag from PickleTag -
equals
-
hashCode
public int hashCode() -
toString
-