Uses of Interface
org.junit.platform.launcher.Launcher
Packages that use Launcher
Package
Description
Commands of JUnit's console launcher.
Public API for configuring and launching test plans.
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.console.command
Fields in org.junit.platform.console.command with type parameters of type LauncherMethods in org.junit.platform.console.command with parameters of type LauncherModifier and TypeMethodDescriptionprivate voidConsoleTestExecutor.launchTests(Launcher launcher, Optional<Path> reportsDir) private SummaryGeneratingListenerConsoleTestExecutor.registerListeners(PrintWriter out, Optional<Path> reportsDir, Launcher launcher) Constructor parameters in org.junit.platform.console.command with type arguments of type LauncherModifierConstructorDescription(package private)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, Supplier<Launcher> launcherSupplier) privateConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy, Supplier<Launcher> launcherSupplier) -
Uses of Launcher in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return LauncherModifier and TypeMethodDescriptionLauncherSession.getLauncher()Get theLauncherassociated with this session. -
Uses of Launcher in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement LauncherModifier and TypeClassDescription(package private) classDefault implementation of theLauncherAPI.private static class(package private) class(package private) class(package private) classFields in org.junit.platform.launcher.core declared as LauncherFields in org.junit.platform.launcher.core with type parameters of type LauncherModifier and TypeFieldDescriptionprivate final Function<NamespacedHierarchicalStore<Namespace>, Launcher> SessionPerRequestLauncher.launcherFactoryMethods in org.junit.platform.launcher.core that return LauncherModifier and TypeMethodDescriptionstatic LauncherLauncherFactory.create()static LauncherLauncherFactory.create(LauncherConfig config) Factory method for creating a newLauncherusing the suppliedLauncherConfig.DefaultLauncherSession.getLauncher()Methods in org.junit.platform.launcher.core with parameters of type LauncherModifier and TypeMethodDescriptionprivate 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 LauncherModifierConstructorDescription(package private)DelegatingLauncher(Launcher delegate) (package private)InterceptingLauncher(Launcher delegate, LauncherInterceptor interceptor) Constructor parameters in org.junit.platform.launcher.core with type arguments of type LauncherModifierConstructorDescription(package private)DefaultLauncherSession(List<LauncherInterceptor> interceptors, Supplier<LauncherSessionListener> listenerSupplier, Function<NamespacedHierarchicalStore<Namespace>, Launcher> launcherFactory) (package private)SessionPerRequestLauncher(Function<NamespacedHierarchicalStore<Namespace>, Launcher> launcherFactory, Supplier<LauncherSessionListener> sessionListenerSupplier, Supplier<List<LauncherInterceptor>> interceptorFactory) -
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) Deprecated.