Uses of Class
org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Packages that use LauncherDiscoveryRequestBuilder
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherDiscoveryRequestBuilder in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherDiscoveryRequestBuilderModifier 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.LauncherDiscoveryRequestBuilder.filters(org.junit.platform.engine.Filter<?>... filters)Add all of the suppliedfiltersto the request.LauncherDiscoveryRequestBuilder.listeners(LauncherDiscoveryListener... listeners)Add all of the supplied discovery listeners to the request.LauncherDiscoveryRequestBuilder.parentConfigurationParameters(org.junit.platform.engine.ConfigurationParameters configurationParameters)Set the parent configuration parameters to use for the request.LauncherDiscoveryRequestBuilder.request()Create a newLauncherDiscoveryRequestBuilder.LauncherDiscoveryRequestBuilder.selectors(List<? extends org.junit.platform.engine.DiscoverySelector> selectors)Add all of the suppliedselectorsto the request.LauncherDiscoveryRequestBuilder.selectors(org.junit.platform.engine.DiscoverySelector... selectors)Add all of the suppliedselectorsto the request.