Uses of Class
org.junit.platform.engine.discovery.DirectorySelector
Packages that use DirectorySelector
Package
Description
Configuration options for 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
Fields in org.junit.platform.console.options with type parameters of type DirectorySelectorModifier and TypeFieldDescriptionprivate List
<DirectorySelector> TestDiscoveryOptions.selectedDirectories
private List
<DirectorySelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedDirectories
private List
<DirectorySelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedDirectories2
Methods 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 TypeMethodDescriptionvoid
TestDiscoveryOptions.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 DirectorySelector
DiscoverySelectors.selectDirectory
(File directory) Create aDirectorySelector
for the supplied directory.static DirectorySelector
DiscoverySelectors.selectDirectory
(String path) Create aDirectorySelector
for the supplied directory path. -
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.Resolution
SelectorResolver.resolve
(DirectorySelector selector, SelectorResolver.Context context) Resolve the suppliedDirectorySelector
using 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)