Uses of Class
org.junit.platform.engine.UniqueId.Segment
Packages that use UniqueId.Segment
-
Uses of UniqueId.Segment in org.junit.platform.engine
Fields in org.junit.platform.engine with type parameters of type UniqueId.SegmentMethods in org.junit.platform.engine that return UniqueId.SegmentModifier and TypeMethodDescriptionprivate UniqueId.Segment
UniqueIdFormat.createSegment
(String segmentString) UniqueId.getLastSegment()
Get the lastUniqueId.Segment
of thisUniqueId
.Methods in org.junit.platform.engine that return types with arguments of type UniqueId.SegmentModifier and TypeMethodDescription(package private) final Optional
<UniqueId.Segment> UniqueId.getRoot()
final List
<UniqueId.Segment> UniqueId.getSegments()
Get the immutable list of segments that make up thisUniqueId
.Methods in org.junit.platform.engine with parameters of type UniqueId.SegmentModifier and TypeMethodDescriptionfinal UniqueId
UniqueId.append
(UniqueId.Segment segment) private String
UniqueIdFormat.describe
(UniqueId.Segment segment) Constructors in org.junit.platform.engine with parameters of type UniqueId.SegmentModifierConstructorDescriptionprivate
UniqueId
(UniqueIdFormat uniqueIdFormat, UniqueId.Segment segment) Constructor parameters in org.junit.platform.engine with type arguments of type UniqueId.SegmentModifierConstructorDescription(package private)
UniqueId
(UniqueIdFormat uniqueIdFormat, List<UniqueId.Segment> segments) Initialize aUniqueId
instance.