Uses of Class
org.junit.platform.engine.discovery.FileSelector
Packages that use FileSelector
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 FileSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type FileSelectorModifier and TypeFieldDescriptionprivate List
<FileSelector> TestDiscoveryOptions.selectedFiles
private List
<FileSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedFiles
private List
<FileSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedFiles2
Methods in org.junit.platform.console.options that return FileSelectorMethods in org.junit.platform.console.options that return types with arguments of type FileSelectorMethod parameters in org.junit.platform.console.options with type arguments of type FileSelectorModifier and TypeMethodDescriptionvoid
TestDiscoveryOptions.setSelectedFiles
(List<FileSelector> selectedFiles) -
Uses of FileSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return FileSelectorModifier and TypeMethodDescriptionstatic FileSelector
DiscoverySelectors.selectFile
(File file) Create aFileSelector
for the supplied file.static FileSelector
DiscoverySelectors.selectFile
(File file, FilePosition position) Create aFileSelector
for the supplied file.static FileSelector
DiscoverySelectors.selectFile
(String path) Create aFileSelector
for the supplied file path.static FileSelector
DiscoverySelectors.selectFile
(String path, FilePosition position) Create aFileSelector
for the supplied file path. -
Uses of FileSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type FileSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve
(FileSelector selector, SelectorResolver.Context context) Resolve the suppliedFileSelector
using the suppliedContext
. -
Uses of FileSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return FileSelectorModifier and TypeMethodDescription(package private) static FileSelector
AdditionalDiscoverySelectors.selectFile
(String path, int line, int column)