Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryRequest
| Package | Description |
|---|---|
| org.junit.platform.jfr |
Java Flight Recorder support package.
|
| org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| org.junit.platform.suite.commons |
Common APIs and support utilities for the JUnit Platform Suite.
|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
-
Uses of LauncherDiscoveryRequest in org.junit.platform.jfr
Methods in org.junit.platform.jfr with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description voidFlightRecordingDiscoveryListener. launcherDiscoveryFinished(LauncherDiscoveryRequest request)voidFlightRecordingDiscoveryListener. launcherDiscoveryStarted(LauncherDiscoveryRequest request) -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description TestPlanLauncher. 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
Methods in org.junit.platform.launcher.core that return LauncherDiscoveryRequest Modifier and Type Method Description LauncherDiscoveryRequestLauncherDiscoveryRequestBuilder. build()Build theLauncherDiscoveryRequestthat has been configured via this builder.Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description LauncherDiscoveryResultEngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase)Discovers tests for the supplied request in the supplied phase using the configured test engines.LauncherDiscoveryResultEngineDiscoveryOrchestrator. 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
Methods in org.junit.platform.suite.commons that return LauncherDiscoveryRequest Modifier and Type Method Description LauncherDiscoveryRequestSuiteLauncherDiscoveryRequestBuilder. build() -
Uses of LauncherDiscoveryRequest in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description static EngineExecutionResultsEngineTestKit. execute(String engineId, LauncherDiscoveryRequest discoveryRequest)Execute tests for the givenLauncherDiscoveryRequestusing theTestEnginewith the supplied ID.static EngineExecutionResultsEngineTestKit. execute(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)Execute tests for the givenLauncherDiscoveryRequestusing the suppliedTestEngine.