Uses of Class
org.junit.platform.engine.UniqueId.Segment
-
Packages that use UniqueId.Segment Package Description org.junit.platform.engine Public API for test engines. -
-
Uses of UniqueId.Segment in org.junit.platform.engine
Fields in org.junit.platform.engine with type parameters of type UniqueId.Segment Modifier and Type Field Description private java.util.List<UniqueId.Segment>UniqueId. segmentsMethods in org.junit.platform.engine that return UniqueId.Segment Modifier and Type Method Description private UniqueId.SegmentUniqueIdFormat. createSegment(java.lang.String segmentString)UniqueId.SegmentUniqueId. getLastSegment()Get the lastUniqueId.Segmentof thisUniqueId.Methods in org.junit.platform.engine that return types with arguments of type UniqueId.Segment Modifier and Type Method Description (package private) java.util.Optional<UniqueId.Segment>UniqueId. getRoot()java.util.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.Segment Modifier and Type Method Description UniqueIdUniqueId. append(UniqueId.Segment segment)private java.lang.StringUniqueIdFormat. describe(UniqueId.Segment segment)Constructors in org.junit.platform.engine with parameters of type UniqueId.Segment Constructor Description UniqueId(UniqueIdFormat uniqueIdFormat, UniqueId.Segment segment)Constructor parameters in org.junit.platform.engine with type arguments of type UniqueId.Segment Constructor Description UniqueId(UniqueIdFormat uniqueIdFormat, java.util.List<UniqueId.Segment> segments)Initialize aUniqueIdinstance.
-