Uses of Class
org.junit.platform.engine.discovery.UriSelector
-
Packages that use UriSelector Package Description org.junit.platform.console.options Configuration options for 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. selectedUris
private java.util.List<UriSelector>
TestDiscoveryOptionsMixin.SelectorOptions. selectedUris
private java.util.List<UriSelector>
TestDiscoveryOptionsMixin.SelectorOptions. selectedUris2
Methods in org.junit.platform.console.options that return UriSelector Modifier and Type Method Description UriSelector
SelectorConverter.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 void
TestDiscoveryOptions. 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 UriSelector
DiscoverySelectors. selectUri(java.lang.String uri)
Create aUriSelector
for the supplied URI.static UriSelector
DiscoverySelectors. selectUri(java.net.URI uri)
Create aUriSelector
for the suppliedURI
. -
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.Resolution
SelectorResolver. resolve(UriSelector selector, SelectorResolver.Context context)
Resolve the suppliedUriSelector
using 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)
-