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
Methods in org.junit.platform.engine that return types with arguments of type UniqueId.Segment Modifier and Type Method Description 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)
-