Uses of Enum Class
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.Phase
Packages that use EngineDiscoveryOrchestrator.Phase
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of EngineDiscoveryOrchestrator.Phase in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return EngineDiscoveryOrchestrator.PhaseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EngineDiscoveryOrchestrator.Phase[]EngineDiscoveryOrchestrator.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.platform.launcher.core with parameters of type EngineDiscoveryOrchestrator.PhaseModifier and TypeMethodDescriptionprivate LauncherDiscoveryResultDefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest, EngineDiscoveryOrchestrator.Phase phase) EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase) Discovers tests for the supplied request in the supplied phase using the configured test engines.private Map<TestEngine, TestDescriptor> EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase, Function<String, UniqueId> uniqueIdCreator) 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.private Map<TestEngine, TestDescriptor> EngineDiscoveryOrchestrator.discoverSafely(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase, LauncherDiscoveryListener listener, Function<String, UniqueId> uniqueIdCreator)