Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.runner Runnerand 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) classDefaultLauncherDefault implementation of theLauncherAPI.Methods in org.junit.platform.launcher.core that return Launcher Modifier and Type Method Description static LauncherLauncherFactory. create()Factory method for creating a newLauncherusing automatic registration for test engines and test execution listeners.static LauncherLauncherFactory. create(LauncherConfig config)Factory method for creating a newLauncherusing 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 LauncherJUnitPlatform. launcherConstructors in org.junit.platform.runner with parameters of type Launcher Constructor Description JUnitPlatform(java.lang.Class<?> testClass, Launcher launcher)
-