Uses of Class
org.junit.platform.engine.UniqueId.Segment
-
Packages that use UniqueId.Segment Package Description org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine.org.junit.platform.engine Public API for test engines.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of UniqueId.Segment in org.junit.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type UniqueId.Segment Modifier and Type Method Description private SelectorResolver.ResolutionClassSelectorResolver. resolveStandaloneClassUniqueId(SelectorResolver.Context context, UniqueId.Segment lastSegment, java.util.function.Predicate<? super java.lang.Class<?>> condition, java.util.function.BiFunction<TestDescriptor,java.lang.Class<?>,ClassBasedTestDescriptor> factory) -
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. -
Uses of UniqueId.Segment in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type UniqueId.Segment Modifier and Type Method Description private static java.nio.file.PathHierarchicalOutputDirectoryCreator. toSanitizedPath(UniqueId.Segment segment)
-