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.SegmentUniqueIdFormat.createSegment(String segmentString) UniqueId.getLastSegment()Get the lastUniqueId.Segmentof 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 UniqueIdUniqueId.append(UniqueId.Segment segment) private StringUniqueIdFormat.describe(UniqueId.Segment segment) Constructors in org.junit.platform.engine with parameters of type UniqueId.SegmentModifierConstructorDescriptionprivateUniqueId(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 aUniqueIdinstance.