Uses of Interface
org.junit.platform.launcher.Launcher
Packages that use Launcher
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.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 LauncherModifier and TypeMethodDescriptionLauncherSession.getLauncher()
Get theLauncher
associated with this session. -
Uses of Launcher in org.junit.platform.launcher.core
Subinterfaces of Launcher in org.junit.platform.launcher.coreClasses in org.junit.platform.launcher.core that implement LauncherModifier and TypeClassDescription(package private) class
Default implementation of theLauncher
API.private static class
private static class
(package private) class
Fields in org.junit.platform.launcher.core declared as LauncherModifier and TypeFieldDescriptionprivate Launcher
DefaultLauncherSession.DelegatingLauncher.delegate
Methods in org.junit.platform.launcher.core that return LauncherModifier and TypeMethodDescriptionstatic Launcher
LauncherFactory.create()
static Launcher
LauncherFactory.create
(LauncherConfig config) Factory method for creating a newLauncher
using the suppliedLauncherConfig
.DefaultLauncherSession.DelegatingLauncher.getDelegate()
DefaultLauncherSession.getLauncher()
Methods in org.junit.platform.launcher.core with parameters of type LauncherModifier and TypeMethodDescriptionprivate 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 LauncherModifierConstructorDescription(package private)
DefaultLauncherSession
(Launcher launcher, LauncherSessionListener listener) (package private)
DelegatingLauncher
(Launcher delegate) -
Uses of Launcher in org.junit.platform.runner
Fields in org.junit.platform.runner declared as LauncherConstructors in org.junit.platform.runner with parameters of type LauncherModifierConstructorDescription(package private)
JUnitPlatform
(Class<?> testClass, Launcher launcher) Deprecated.