Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryRequest
-
Packages that use LauncherDiscoveryRequest Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
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()
-