Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryRequest
Packages that use LauncherDiscoveryRequest
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return types with arguments of type LauncherDiscoveryRequestModifier and TypeMethodDescriptionLauncherExecutionRequest.getDiscoveryRequest()Returns the discovery request for this execution request.Methods in org.junit.platform.launcher with parameters of type LauncherDiscoveryRequestModifier and TypeMethodDescriptionLauncher.discover(LauncherDiscoveryRequest discoveryRequest) Discover tests and build aTestPlanaccording to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results.voidLauncher.execute(LauncherDiscoveryRequest discoveryRequest, 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
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 TypeMethodDescriptionEngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request) Discovers tests for the supplied request using the configured test engines.EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, org.junit.platform.engine.UniqueId parentId) Discovers tests for the supplied request in the supplied phase using the configured test engines to be used by the suite engine.LauncherExecutionRequestBuilder.executionRequest(LauncherDiscoveryRequest discoveryRequest) Create a newLauncherExecutionRequestBuilderfrom the suppliedLauncherDiscoveryRequest.LauncherExecutionRequestBuilder.request(LauncherDiscoveryRequest discoveryRequest) Create a newLauncherExecutionRequestBuilderfrom the suppliedLauncherDiscoveryRequest.