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 voidLauncherSessionListener.launcherSessionClosed(LauncherSession session) Called when a launcher session was closed.default voidLauncherSessionListener.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 LauncherSessionSessionPerRequestLauncher.createSession()static LauncherSessionLauncherFactory.openSession()static LauncherSessionLauncherFactory.openSession(LauncherConfig config) Factory method for opening a newLauncherSessionusing 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 TypeMethodDescriptionvoidCompositeLauncherSessionListener.launcherSessionClosed(LauncherSession session) voidCompositeLauncherSessionListener.launcherSessionOpened(LauncherSession session)