Uses of Interface
org.junit.platform.launcher.Launcher
Packages that use Launcher
Package
Description
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.core
Classes in org.junit.platform.launcher.core that implement LauncherModifier and TypeClassDescription(package private) class
Default implementation of theLauncher
API.Methods in org.junit.platform.launcher.core that return LauncherModifier and TypeMethodDescriptionstatic Launcher
LauncherFactory.create()
Factory method for creating a newLauncher
using automatic registration for test engines and test execution listeners.static Launcher
LauncherFactory.create
(LauncherConfig config) Factory method for creating a newLauncher
using the suppliedLauncherConfig
. -
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)