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. segments
Methods in org.junit.platform.engine that return UniqueId.Segment Modifier and Type Method Description private UniqueId.Segment
UniqueIdFormat. createSegment(java.lang.String segmentString)
UniqueId.Segment
UniqueId. getLastSegment()
Get the lastUniqueId.Segment
of 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 UniqueId
UniqueId. append(UniqueId.Segment segment)
private java.lang.String
UniqueIdFormat. 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 aUniqueId
instance.
-