Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.runner Runner
and annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment. -
-
Uses of Launcher in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return Launcher Modifier and Type Method Description Launcher
LauncherSession. getLauncher()
Get theLauncher
associated with this session. -
Uses of Launcher in org.junit.platform.launcher.core
Subinterfaces of Launcher in org.junit.platform.launcher.core Modifier and Type Interface Description (package private) interface
InternalLauncher
Classes in org.junit.platform.launcher.core that implement Launcher Modifier and Type Class Description (package private) class
DefaultLauncher
Default implementation of theLauncher
API.private static class
DefaultLauncherSession.ClosedLauncher
private static class
DefaultLauncherSession.DelegatingLauncher
(package private) class
SessionPerRequestLauncher
Fields in org.junit.platform.launcher.core declared as Launcher Modifier and Type Field Description private Launcher
DefaultLauncherSession.DelegatingLauncher. delegate
Methods in org.junit.platform.launcher.core that return Launcher Modifier and Type Method Description static Launcher
LauncherFactory. create()
static Launcher
LauncherFactory. create(LauncherConfig config)
Factory method for creating a newLauncher
using the suppliedLauncherConfig
.Launcher
DefaultLauncherSession.DelegatingLauncher. getDelegate()
Launcher
DefaultLauncherSession. getLauncher()
Methods in org.junit.platform.launcher.core with parameters of type Launcher Modifier and Type Method Description private static void
LauncherFactory. registerLauncherDiscoveryListeners(LauncherConfig config, Launcher launcher)
private static void
LauncherFactory. registerTestExecutionListeners(LauncherConfig config, Launcher launcher)
void
DefaultLauncherSession.DelegatingLauncher. setDelegate(Launcher delegate)
Constructors in org.junit.platform.launcher.core with parameters of type Launcher Constructor Description DefaultLauncherSession(Launcher launcher, LauncherSessionListener listener)
DelegatingLauncher(Launcher delegate)
-
Uses of Launcher in org.junit.platform.runner
Fields in org.junit.platform.runner declared as Launcher Modifier and Type Field Description private Launcher
JUnitPlatform. launcher
Deprecated.Constructors in org.junit.platform.runner with parameters of type Launcher Constructor Description JUnitPlatform(java.lang.Class<?> testClass, Launcher launcher)
Deprecated.
-