Uses of Class
org.junit.platform.launcher.core.LauncherDiscoveryResult
-
Packages that use LauncherDiscoveryResult Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of LauncherDiscoveryResult in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherDiscoveryResult Modifier and Type Method Description LauncherDiscoveryResult
EngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request, String phase)
Discovers tests for the supplied request in the supplied phase using the configured test engines.Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResult Modifier and Type Method Description void
EngineExecutionOrchestrator. execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener)
Executes tests for the supplied discovery results and notifies the supplied listener of execution events.
-