Uses of Interface
org.junit.platform.launcher.Launcher
-
Packages that use Launcher Package Description org.junit.platform.console.command Commands of 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.command
Fields in org.junit.platform.console.command with type parameters of type Launcher Modifier and Type Field Description private java.util.function.Supplier<Launcher>ConsoleTestExecutor. launcherSupplierMethods in org.junit.platform.console.command with parameters of type Launcher Modifier and Type Method Description private voidConsoleTestExecutor. launchTests(Launcher launcher, java.util.Optional<java.nio.file.Path> reportsDir)private SummaryGeneratingListenerConsoleTestExecutor. registerListeners(java.io.PrintWriter out, java.util.Optional<java.nio.file.Path> reportsDir, Launcher launcher)Constructor parameters in org.junit.platform.console.command with type arguments of type Launcher Constructor Description ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, java.util.function.Supplier<Launcher> launcherSupplier)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy, 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
Classes in org.junit.platform.launcher.core that implement Launcher Modifier and Type Class Description (package private) classDefaultLauncherDefault implementation of theLauncherAPI.private static classDefaultLauncherSession.ClosedLauncher(package private) classDelegatingLauncher(package private) classInterceptingLauncher(package private) classSessionPerRequestLauncherFields in org.junit.platform.launcher.core declared as Launcher Modifier and Type Field Description protected LauncherDelegatingLauncher. delegateFields in org.junit.platform.launcher.core with type parameters of type Launcher Modifier and Type Field Description private java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher>SessionPerRequestLauncher. launcherFactoryMethods 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. 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, LauncherConfigurationParameters configurationParameters)Constructors in org.junit.platform.launcher.core with parameters of type Launcher Constructor Description DelegatingLauncher(Launcher delegate)InterceptingLauncher(Launcher delegate, LauncherInterceptor interceptor)Constructor parameters in org.junit.platform.launcher.core with type arguments of type Launcher Constructor Description DefaultLauncherSession(java.util.List<LauncherInterceptor> interceptors, java.util.function.Supplier<LauncherSessionListener> listenerSupplier, java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher> launcherFactory)SessionPerRequestLauncher(java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher> launcherFactory, java.util.function.Supplier<LauncherSessionListener> sessionListenerSupplier, java.util.function.Supplier<java.util.List<LauncherInterceptor>> interceptorFactory) -
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.
-