Uses of Interface
org.junit.platform.launcher.core.LauncherConfig
-
Packages that use LauncherConfig Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of LauncherConfig in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherConfig Modifier and Type Method Description LauncherConfig
LauncherConfig.Builder. build()
Build theLauncherConfig
that has been configured via this builder.Methods in org.junit.platform.launcher.core with parameters of type LauncherConfig Modifier and Type Method Description static Launcher
LauncherFactory. create(LauncherConfig config)
Factory method for creating a newLauncher
using the suppliedLauncherConfig
.
-