Uses of Class
org.junit.platform.engine.UniqueId.Segment
Packages that use UniqueId.Segment
Package
Description
Internal classes for test discovery within the JUnit Jupiter test engine.
Public API for test engines.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of UniqueId.Segment in org.junit.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type UniqueId.SegmentModifier and TypeMethodDescriptionprivate SelectorResolver.ResolutionClassSelectorResolver.resolveStandaloneClassUniqueId(SelectorResolver.Context context, UniqueId.Segment lastSegment, Predicate<? super Class<?>> condition, BiFunction<TestDescriptor, Class<?>, ClassBasedTestDescriptor> factory) -
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. -
Uses of UniqueId.Segment in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type UniqueId.SegmentModifier and TypeMethodDescriptionprivate static PathHierarchicalOutputDirectoryCreator.toSanitizedPath(UniqueId.Segment segment)