Uses of Class
org.junit.platform.engine.discovery.UriSelector
-
Packages that use UriSelector 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 UriSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type UriSelector Modifier and Type Field Description private java.util.List<UriSelector>TestDiscoveryOptions. selectedUrisprivate java.util.List<UriSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedUrisprivate java.util.List<UriSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedUris2Methods in org.junit.platform.console.options that return UriSelector Modifier and Type Method Description UriSelectorSelectorConverter.Uri. convert(java.lang.String value)Methods in org.junit.platform.console.options that return types with arguments of type UriSelector Modifier and Type Method Description java.util.List<UriSelector>TestDiscoveryOptions. getSelectedUris()Method parameters in org.junit.platform.console.options with type arguments of type UriSelector Modifier and Type Method Description voidTestDiscoveryOptions. setSelectedUris(java.util.List<UriSelector> selectedUris) -
Uses of UriSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return UriSelector Modifier and Type Method Description static UriSelectorDiscoverySelectors. selectUri(java.lang.String uri)Create aUriSelectorfor the supplied URI.static UriSelectorDiscoverySelectors. selectUri(java.net.URI uri)Create aUriSelectorfor the suppliedURI.Methods in org.junit.platform.engine.discovery that return types with arguments of type UriSelector Modifier and Type Method Description java.util.Optional<UriSelector>UriSelector.IdentifierParser. parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
Uses of UriSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type UriSelector Modifier and Type Method Description default SelectorResolver.ResolutionSelectorResolver. resolve(UriSelector selector, SelectorResolver.Context context)Resolve the suppliedUriSelectorusing the suppliedContext. -
Uses of UriSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return types with arguments of type UriSelector Modifier and Type Method Description (package private) static java.util.List<UriSelector>AdditionalDiscoverySelectors. selectUris(java.lang.String... uris)
-