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 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 suppliedfiltersto the request.LauncherDiscoveryRequestBuilder.listeners(LauncherDiscoveryListener... listeners) Add all supplied discovery listeners to the request.LauncherDiscoveryRequestBuilder.parentConfigurationParameters(org.junit.platform.engine.ConfigurationParameters parentConfigurationParameters) 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 suppliedselectorsto the request.LauncherDiscoveryRequestBuilder.selectors(org.junit.platform.engine.DiscoverySelector... selectors) Add all suppliedselectorsto the request.