Uses of Interface
org.junit.platform.launcher.Launcher
Packages that use Launcher
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Java Flight Recorder (JFR) support package.
-
Uses of Launcher in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return LauncherModifier and TypeMethodDescriptionLauncherSession.getLauncher()
Get theLauncher
associated with this session. -
Uses of Launcher in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherModifier and TypeMethodDescriptionstatic Launcher
LauncherFactory.create()
static Launcher
LauncherFactory.create
(LauncherConfig config) Factory method for creating a newLauncher
using the suppliedLauncherConfig
. -
Uses of Launcher in org.junit.platform.launcher.jfr
Methods in org.junit.platform.launcher.jfr with parameters of type Launcher