Uses of Class
org.junit.platform.engine.discovery.FileSelector
-
Packages that use FileSelector Package Description org.junit.platform.console.options Command-line option utility classes of JUnit's console launcher.org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.platform.suite.commons 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 FileSelector Modifier and Type Field Description private java.util.List<FileSelector>TestDiscoveryOptions. selectedFilesprivate java.util.List<FileSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedFilesprivate java.util.List<FileSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedFiles2Methods in org.junit.platform.console.options that return FileSelector Modifier and Type Method Description FileSelectorSelectorConverter.File. convert(java.lang.String value)Methods in org.junit.platform.console.options that return types with arguments of type FileSelector Modifier and Type Method Description java.util.List<FileSelector>TestDiscoveryOptions. getSelectedFiles()Method parameters in org.junit.platform.console.options with type arguments of type FileSelector Modifier and Type Method Description voidTestDiscoveryOptions. setSelectedFiles(java.util.List<FileSelector> selectedFiles) -
Uses of FileSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return FileSelector Modifier and Type Method Description static FileSelectorDiscoverySelectors. selectFile(java.io.File file)Create aFileSelectorfor the supplied file.static FileSelectorDiscoverySelectors. selectFile(java.io.File file, FilePosition position)Create aFileSelectorfor the supplied file.static FileSelectorDiscoverySelectors. selectFile(java.lang.String path)Create aFileSelectorfor the supplied file path.static FileSelectorDiscoverySelectors. selectFile(java.lang.String path, FilePosition position)Create aFileSelectorfor the supplied file path.Methods in org.junit.platform.engine.discovery that return types with arguments of type FileSelector Modifier and Type Method Description java.util.Optional<FileSelector>FileSelector.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 FileSelector Modifier and Type Method Description default SelectorResolver.ResolutionSelectorResolver. resolve(FileSelector selector, SelectorResolver.Context context)Resolve the suppliedFileSelectorusing the suppliedContext. -
Uses of FileSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return FileSelector Modifier and Type Method Description (package private) static FileSelectorAdditionalDiscoverySelectors. selectFile(java.lang.String path, int line, int column)
-