Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of Launcher in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return Launcher Modifier and Type Method Description LauncherLauncherSession. getLauncher()Get theLauncherassociated with this session. -
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 LauncherLauncherFactory. create()static LauncherLauncherFactory. create(LauncherConfig config)Factory method for creating a newLauncherusing the suppliedLauncherConfig.
-