Uses of Interface
org.junit.platform.launcher.LauncherSession
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of LauncherSession in org.junit.platform.launcher
Modifier and TypeMethodDescriptiondefault void
LauncherSessionListener.launcherSessionClosed
(LauncherSession session) Called when a launcher session was closed.default void
LauncherSessionListener.launcherSessionOpened
(LauncherSession session) Called when a launcher session was opened. -
Uses of LauncherSession in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionstatic LauncherSession
LauncherFactory.openSession()
static LauncherSession
LauncherFactory.openSession
(LauncherConfig config) Factory method for opening a newLauncherSession
using the suppliedLauncherConfig
.