| Package | Description |
|---|---|
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| org.junit.platform.launcher.listeners.session |
Common
LauncherSessionListener
implementations and factory methods. |
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultLauncherSession |
| Modifier and Type | Method and Description |
|---|---|
private LauncherSession |
SessionPerRequestLauncher.createSession() |
static LauncherSession |
LauncherFactory.openSession()
|
static LauncherSession |
LauncherFactory.openSession(LauncherConfig config)
Factory method for opening a new
LauncherSession using the
supplied LauncherConfig. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeLauncherSessionListener.launcherSessionClosed(LauncherSession session) |
void |
CompositeLauncherSessionListener.launcherSessionOpened(LauncherSession session) |