Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of Launcher in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return Launcher Modifier and Type Method Description static Launcher
LauncherFactory. create()
Factory method for creating a newLauncher
using dynamically detected test engines.
-