Package org.junit.platform.engine
Class UniqueId.Segment
- java.lang.Object
-
- org.junit.platform.engine.UniqueId.Segment
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getType()
Get the type of this segment.java.lang.String
getValue()
Get the value of this segment.int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Get the type of this segment.
-
getValue
public java.lang.String getValue()
Get the value of this segment.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-