Uses of Interface
org.junit.platform.launcher.LauncherSession
| 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. |
-
Uses of LauncherSession in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherSession Modifier and Type Method Description default 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
Methods in org.junit.platform.launcher.core that return LauncherSession Modifier and Type Method Description static LauncherSessionLauncherFactory. openSession()static LauncherSessionLauncherFactory. openSession(LauncherConfig config)Factory method for opening a newLauncherSessionusing the suppliedLauncherConfig.