Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryRequest
Package
Description
Java Flight Recorder support package.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Common support utilities for executing test suites on the JUnit Platform.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of LauncherDiscoveryRequest in org.junit.platform.jfr
Modifier and TypeMethodDescriptionvoid
FlightRecordingDiscoveryListener.launcherDiscoveryFinished
(LauncherDiscoveryRequest request) void
FlightRecordingDiscoveryListener.launcherDiscoveryStarted
(LauncherDiscoveryRequest request) -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher
Modifier and TypeMethodDescriptionLauncher.discover
(LauncherDiscoveryRequest launcherDiscoveryRequest) Discover tests and build aTestPlan
according to the suppliedLauncherDiscoveryRequest
by querying all registered engines and collecting their results.void
Launcher.execute
(LauncherDiscoveryRequest launcherDiscoveryRequest, TestExecutionListener... listeners) Execute aTestPlan
which is built according to the suppliedLauncherDiscoveryRequest
by querying all registered engines and collecting their results, and notify registered listeners about the progress and results of the execution.default void
LauncherDiscoveryListener.launcherDiscoveryFinished
(LauncherDiscoveryRequest request) Called when test discovery has finished.default void
LauncherDiscoveryListener.launcherDiscoveryStarted
(LauncherDiscoveryRequest request) Called when test discovery is about to be started. -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher.core
Modifier and TypeMethodDescriptionLauncherDiscoveryRequestBuilder.build()
Build theLauncherDiscoveryRequest
that has been configured via this builder.Modifier and TypeMethodDescriptionEngineDiscoveryOrchestrator.discover
(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase) Discovers tests for the supplied request in the supplied phase using the configured test engines.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. -
Uses of LauncherDiscoveryRequest in org.junit.platform.suite.commons
-
Uses of LauncherDiscoveryRequest in org.junit.platform.testkit.engine
Modifier and TypeMethodDescriptionstatic EngineExecutionResults
EngineTestKit.execute
(String engineId, LauncherDiscoveryRequest discoveryRequest) Execute tests for the givenLauncherDiscoveryRequest
using theTestEngine
with the supplied ID.static EngineExecutionResults
EngineTestKit.execute
(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest) Execute tests for the givenLauncherDiscoveryRequest
using the suppliedTestEngine
.