Uses of Interface
org.junit.platform.launcher.Launcher
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of Launcher in org.junit.platform.launcher
Modifier and TypeMethodDescriptionLauncherSession.getLauncher()
Get theLauncher
associated with this session. -
Uses of Launcher in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionstatic Launcher
LauncherFactory.create()
static Launcher
LauncherFactory.create
(LauncherConfig config) Factory method for creating a newLauncher
using the suppliedLauncherConfig
.