Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryRequest
Packages that use LauncherDiscoveryRequest
Package
Description
Internal execution tasks for JUnit's console launcher.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.Common
LauncherDiscoveryListener
implementations and factory methods.Runner and annotations for configuring and executing tests on the
JUnit Platform in a JUnit 4 environment.Common support utilities for executing test suites on the JUnit Platform.
-
Uses of LauncherDiscoveryRequest in org.junit.platform.console.tasks
Methods in org.junit.platform.console.tasks that return LauncherDiscoveryRequestModifier and TypeMethodDescription(package private) LauncherDiscoveryRequestDiscoveryRequestCreator.toDiscoveryRequest(CommandLineOptions options) -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherDiscoveryRequestModifier and TypeMethodDescriptionLauncher.discover(LauncherDiscoveryRequest launcherDiscoveryRequest) Discover tests and build aTestPlanaccording to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results.voidLauncher.execute(LauncherDiscoveryRequest launcherDiscoveryRequest, TestExecutionListener... listeners) Execute aTestPlanwhich is built according to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results, and notify registered listeners about the progress and results of the execution.default voidLauncherDiscoveryListener.launcherDiscoveryFinished(LauncherDiscoveryRequest request) Called when test discovery has finished.default voidLauncherDiscoveryListener.launcherDiscoveryStarted(LauncherDiscoveryRequest request) Called when test discovery is about to be started. -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement LauncherDiscoveryRequestModifier and TypeClassDescription(package private) final classDefaultDiscoveryRequestis the default implementation of theEngineDiscoveryRequestandLauncherDiscoveryRequestAPIs.Methods in org.junit.platform.launcher.core that return LauncherDiscoveryRequestModifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.build()Build theLauncherDiscoveryRequestthat has been configured via this builder.Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryRequestModifier and TypeMethodDescriptionDefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest) private LauncherDiscoveryResultDefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest, EngineDiscoveryOrchestrator.Phase phase) DefaultLauncherSession.ClosedLauncher.discover(LauncherDiscoveryRequest launcherDiscoveryRequest) DefaultLauncherSession.DelegatingLauncher.discover(LauncherDiscoveryRequest launcherDiscoveryRequest) EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase) Discovers tests for the supplied request in the supplied phase using the configured test engines.private Map<TestEngine,TestDescriptor> EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase, Function<String, UniqueId> uniqueIdCreator) EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase, UniqueId parentId) Discovers tests for the supplied request in the supplied phase using the configured test engines to be used by the suite engine.SessionPerRequestLauncher.discover(LauncherDiscoveryRequest launcherDiscoveryRequest) private TestDescriptorEngineDiscoveryOrchestrator.discoverEngineRoot(TestEngine testEngine, LauncherDiscoveryRequest request, LauncherDiscoveryListener listener, Function<String, UniqueId> uniqueIdCreator) private Map<TestEngine,TestDescriptor> EngineDiscoveryOrchestrator.discoverSafely(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase, LauncherDiscoveryListener listener, Function<String, UniqueId> uniqueIdCreator) voidDefaultLauncher.execute(LauncherDiscoveryRequest discoveryRequest, TestExecutionListener... listeners) voidDefaultLauncherSession.ClosedLauncher.execute(LauncherDiscoveryRequest launcherDiscoveryRequest, TestExecutionListener... listeners) voidDefaultLauncherSession.DelegatingLauncher.execute(LauncherDiscoveryRequest launcherDiscoveryRequest, TestExecutionListener... listeners) voidSessionPerRequestLauncher.execute(LauncherDiscoveryRequest launcherDiscoveryRequest, TestExecutionListener... listeners) (package private) LauncherDiscoveryListenerEngineDiscoveryOrchestrator.getLauncherDiscoveryListener(LauncherDiscoveryRequest discoveryRequest) -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher.listeners.discovery
Methods in org.junit.platform.launcher.listeners.discovery with parameters of type LauncherDiscoveryRequestModifier and TypeMethodDescriptionvoidCompositeLauncherDiscoveryListener.launcherDiscoveryFinished(LauncherDiscoveryRequest request) voidLoggingLauncherDiscoveryListener.launcherDiscoveryFinished(LauncherDiscoveryRequest request) voidCompositeLauncherDiscoveryListener.launcherDiscoveryStarted(LauncherDiscoveryRequest request) voidLoggingLauncherDiscoveryListener.launcherDiscoveryStarted(LauncherDiscoveryRequest request) -
Uses of LauncherDiscoveryRequest in org.junit.platform.runner
Methods in org.junit.platform.runner that return LauncherDiscoveryRequestModifier and TypeMethodDescriptionprivate LauncherDiscoveryRequestJUnitPlatform.createDiscoveryRequest()Deprecated.private LauncherDiscoveryRequestJUnitPlatform.createDiscoveryRequestForUniqueIds(Set<TestIdentifier> testIdentifiers) Deprecated.Methods in org.junit.platform.runner with parameters of type LauncherDiscoveryRequestModifier and TypeMethodDescriptionprivate JUnitPlatformTestTreeJUnitPlatform.generateTestTree(LauncherDiscoveryRequest discoveryRequest) Deprecated. -
Uses of LauncherDiscoveryRequest in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return LauncherDiscoveryRequest