Class UniqueId.Segment
java.lang.Object
org.junit.platform.engine.UniqueId.Segment
- All Implemented Interfaces:
Serializable
- Enclosing class:
UniqueId
@API(status=STABLE,
since="1.0")
public static class UniqueId.Segment
extends Object
implements Serializable
A segment of a
UniqueId comprises a type and a
value.- Since:
- 1.0
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
value
-
-
Constructor Details
-
Segment
-
-
Method Details
-
getType
Get the type of this segment. -
getValue
Get the value of this segment. -
hashCode
-
equals
-
toString
-