Uses of Class
org.junit.platform.engine.discovery.DirectorySelector
Packages that use DirectorySelector
Package
Description
Command-line option utility classes of JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
Common support utilities for executing test suites on the JUnit Platform.
-
Uses of DirectorySelector in org.junit.platform.console.options
Classes in org.junit.platform.console.options that implement interfaces with type arguments of type DirectorySelectorFields in org.junit.platform.console.options with type parameters of type DirectorySelectorModifier and TypeFieldDescriptionprivate List<DirectorySelector> TestDiscoveryOptions.selectedDirectoriesprivate List<DirectorySelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedDirectoriesprivate List<DirectorySelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedDirectories2Methods in org.junit.platform.console.options that return DirectorySelectorModifier and TypeMethodDescriptionMethods in org.junit.platform.console.options that return types with arguments of type DirectorySelectorMethod parameters in org.junit.platform.console.options with type arguments of type DirectorySelectorModifier and TypeMethodDescriptionvoidTestDiscoveryOptions.setSelectedDirectories(List<DirectorySelector> selectedDirectories) -
Uses of DirectorySelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return DirectorySelectorModifier and TypeMethodDescriptionstatic DirectorySelectorDiscoverySelectors.selectDirectory(File directory) Create aDirectorySelectorfor the supplied directory.static DirectorySelectorDiscoverySelectors.selectDirectory(String path) Create aDirectorySelectorfor the supplied directory path.Methods in org.junit.platform.engine.discovery that return types with arguments of type DirectorySelectorModifier and TypeMethodDescriptionDirectorySelector.IdentifierParser.parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
Uses of DirectorySelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type DirectorySelectorModifier and TypeMethodDescriptiondefault SelectorResolver.ResolutionSelectorResolver.resolve(DirectorySelector selector, SelectorResolver.Context context) Resolve the suppliedDirectorySelectorusing the suppliedContext. -
Uses of DirectorySelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return types with arguments of type DirectorySelectorModifier and TypeMethodDescription(package private) static List<DirectorySelector> AdditionalDiscoverySelectors.selectDirectories(String... paths)