Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description org.junit.platform.console.tasks Internal execution tasks for JUnit's console launcher.org.junit.platform.launcher Public API for configuring and launching test plans.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.console.tasks
Fields in org.junit.platform.console.tasks with type parameters of type Launcher Modifier and Type Field Description private java.util.function.Supplier<Launcher>ConsoleTestExecutor. launcherSupplierMethods in org.junit.platform.console.tasks with parameters of type Launcher Modifier and Type Method Description private SummaryGeneratingListenerConsoleTestExecutor. registerListeners(java.io.PrintWriter out, Launcher launcher)Constructor parameters in org.junit.platform.console.tasks with type arguments of type Launcher Constructor Description ConsoleTestExecutor(CommandLineOptions options, java.util.function.Supplier<Launcher> launcherSupplier) -
Uses of Launcher in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return Launcher Modifier and Type Method Description LauncherLauncherSession. getLauncher()Get theLauncherassociated 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) interfaceInternalLauncherClasses in org.junit.platform.launcher.core that implement Launcher Modifier and Type Class Description (package private) classDefaultLauncherDefault implementation of theLauncherAPI.private static classDefaultLauncherSession.ClosedLauncherprivate static classDefaultLauncherSession.DelegatingLauncher(package private) classSessionPerRequestLauncherFields in org.junit.platform.launcher.core declared as Launcher Modifier and Type Field Description private LauncherDefaultLauncherSession.DelegatingLauncher. delegateMethods in org.junit.platform.launcher.core that return Launcher Modifier and Type Method Description static LauncherLauncherFactory. create()static LauncherLauncherFactory. create(LauncherConfig config)Factory method for creating a newLauncherusing the suppliedLauncherConfig.LauncherDefaultLauncherSession.DelegatingLauncher. getDelegate()LauncherDefaultLauncherSession. getLauncher()Methods in org.junit.platform.launcher.core with parameters of type Launcher Modifier and Type Method Description private static voidLauncherFactory. registerLauncherDiscoveryListeners(LauncherConfig config, Launcher launcher)private static voidLauncherFactory. registerTestExecutionListeners(LauncherConfig config, Launcher launcher)voidDefaultLauncherSession.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 LauncherJUnitPlatform. launcherDeprecated.Constructors in org.junit.platform.runner with parameters of type Launcher Constructor Description JUnitPlatform(java.lang.Class<?> testClass, Launcher launcher)Deprecated.
-