Uses of Class
org.junit.platform.launcher.core.LauncherDiscoveryResult
Packages that use LauncherDiscoveryResult
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherDiscoveryResult in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherDiscoveryResultModifier 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.LauncherDiscoveryResult.withRetainedEngines(Predicate<? super TestDescriptor> predicate) Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResultModifier and TypeMethodDescriptionvoidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.voidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener) Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.