Package org.junit.platform.engine
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.- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
value
-
-
Constructor Details
-
Segment
Create a newSegment
using the suppliedtype
andvalue
.- Parameters:
type
- the type of this segmentvalue
- the value of this segment
-
-
Method Details