Uses of Class
org.junit.platform.engine.discovery.FileSelector
Packages that use FileSelector
Package
Description
Command-line option utility classes of JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of FileSelector in org.junit.platform.console.options
Methods 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 TypeMethodDescriptionvoidTestDiscoveryOptions.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 FileSelectorDiscoverySelectors.selectFile(File file) Create aFileSelectorfor the supplied file.static FileSelectorDiscoverySelectors.selectFile(File file, @Nullable FilePosition position) Create aFileSelectorfor the supplied file.static FileSelectorDiscoverySelectors.selectFile(String path) Create aFileSelectorfor the supplied file path.static FileSelectorDiscoverySelectors.selectFile(String path, @Nullable FilePosition position) Create aFileSelectorfor the supplied file path.Methods in org.junit.platform.engine.discovery that return types with arguments of type FileSelectorModifier and TypeMethodDescriptionFileSelector.IdentifierParser.parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
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.ResolutionSelectorResolver.resolve(FileSelector selector, SelectorResolver.Context context) Resolve the suppliedFileSelectorusing the suppliedContext.