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
Fields in org.junit.platform.launcher.core declared as LauncherDiscoveryResult Modifier and Type Field Description private LauncherDiscoveryResult
InternalTestPlan. discoveryResult
Methods in org.junit.platform.launcher.core that return LauncherDiscoveryResult Modifier and Type Method Description private LauncherDiscoveryResult
DefaultLauncher. discover(LauncherDiscoveryRequest discoveryRequest, EngineDiscoveryOrchestrator.Phase phase)
LauncherDiscoveryResult
EngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase)
Discovers tests for the supplied request in the supplied phase using the configured test engines.LauncherDiscoveryResult
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.(package private) LauncherDiscoveryResult
InternalTestPlan. getDiscoveryResult()
LauncherDiscoveryResult
LauncherDiscoveryResult. withRetainedEngines(java.util.function.Predicate<? super TestDescriptor> predicate)
Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResult Modifier and Type Method Description void
EngineExecutionOrchestrator. execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener)
Executes tests for the supplied discovery results and notifies the supplied listener of execution events.void
EngineExecutionOrchestrator. execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener)
Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.(package private) static InternalTestPlan
InternalTestPlan. from(LauncherDiscoveryResult discoveryResult)
Constructors in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResult Constructor Description InternalTestPlan(LauncherDiscoveryResult discoveryResult, TestPlan delegate)
-