Uses of Interface
org.junit.platform.launcher.LauncherSession
Packages that use LauncherSession
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Common
LauncherSessionListener
implementations and factory methods.-
Uses of LauncherSession in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherSessionModifier 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
Classes in org.junit.platform.launcher.core that implement LauncherSessionMethods in org.junit.platform.launcher.core that return LauncherSessionModifier and TypeMethodDescriptionprivate LauncherSession
SessionPerRequestLauncher.createSession()
static LauncherSession
LauncherFactory.openSession()
static LauncherSession
LauncherFactory.openSession
(LauncherConfig config) Factory method for opening a newLauncherSession
using the suppliedLauncherConfig
. -
Uses of LauncherSession in org.junit.platform.launcher.listeners.session
Methods in org.junit.platform.launcher.listeners.session with parameters of type LauncherSessionModifier and TypeMethodDescriptionvoid
CompositeLauncherSessionListener.launcherSessionClosed
(LauncherSession session) void
CompositeLauncherSessionListener.launcherSessionOpened
(LauncherSession session)