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
Fields in org.junit.platform.launcher.core declared as LauncherDiscoveryResultModifier and TypeFieldDescriptionprivate final LauncherDiscoveryResultInternalTestPlan.discoveryResultMethods in org.junit.platform.launcher.core that return LauncherDiscoveryResultModifier and TypeMethodDescriptionprivate LauncherDiscoveryResultDefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest, String phase) EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, String phase) Discovers tests for the supplied request in the supplied phase using the configured test engines.(package private) LauncherDiscoveryResultInternalTestPlan.getDiscoveryResult()Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResultModifier and TypeMethodDescriptionvoidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.(package private) static InternalTestPlanInternalTestPlan.from(LauncherDiscoveryResult discoveryResult) Constructors in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResultModifierConstructorDescriptionprivateInternalTestPlan(LauncherDiscoveryResult discoveryResult, TestPlan delegate)