Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description 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.core
Classes in org.junit.platform.launcher.core that implement Launcher Modifier and Type Class Description (package private) class
DefaultLauncher
Default implementation of theLauncher
API.Methods in org.junit.platform.launcher.core that return Launcher Modifier and Type Method Description static 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 Launcher Modifier and Type Field Description private Launcher
JUnitPlatform. launcher
Constructors in org.junit.platform.runner with parameters of type Launcher Constructor Description JUnitPlatform(java.lang.Class<?> testClass, Launcher launcher)
-