Uses of Class
org.junit.platform.launcher.core.LauncherConfig.Builder
Packages that use LauncherConfig.Builder
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherConfig.Builder in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherConfig.BuilderModifier and TypeMethodDescriptionLauncherConfig.Builder.addPostDiscoveryFilters(PostDiscoveryFilter... filters) Add all of the suppliedfiltersto the configuration.LauncherConfig.Builder.addTestEngines(TestEngine... engines) Add all of the suppliedenginesto the configuration.LauncherConfig.Builder.addTestExecutionListeners(TestExecutionListener... listeners) Add all of the suppliedlistenersto the configuration.static LauncherConfig.BuilderLauncherConfig.builder()Create a newLauncherConfig.Builder.LauncherConfig.Builder.enablePostDiscoveryFilterAutoRegistration(boolean enabled) Configure the auto-registration flag for post discovery filters.LauncherConfig.Builder.enableTestEngineAutoRegistration(boolean enabled) Configure the auto-registration flag for test engines.LauncherConfig.Builder.enableTestExecutionListenerAutoRegistration(boolean enabled) Configure the auto-registration flag for test execution listeners.