Uses of Class
org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of LauncherDiscoveryRequestBuilder in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.configurationParameter(String key, String value)
Add the supplied configuration parameter to the request.LauncherDiscoveryRequestBuilder.configurationParameters(Map<String,String> configurationParameters)
Add all of the supplied configuration parameters to the request.LauncherDiscoveryRequestBuilder.enableImplicitConfigurationParameters(boolean enabled)
Configure whether implicit configuration parameters should be considered.Add all of the suppliedfilters
to the request.LauncherDiscoveryRequestBuilder.listeners(LauncherDiscoveryListener... listeners)
Add all of the supplied discovery listeners to the request.LauncherDiscoveryRequestBuilder.parentConfigurationParameters(ConfigurationParameters configurationParameters)
Set the parent configuration parameters to use for the request.LauncherDiscoveryRequestBuilder.request()
Create a newLauncherDiscoveryRequestBuilder
.LauncherDiscoveryRequestBuilder.selectors(List<? extends DiscoverySelector> selectors)
Add all of the suppliedselectors
to the request.LauncherDiscoveryRequestBuilder.selectors(DiscoverySelector... selectors)
Add all of the suppliedselectors
to the request.