Uses of Enum
org.junit.platform.launcher.core.LauncherPhase
Packages that use LauncherPhase
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherPhase in org.junit.platform.launcher.core
Subclasses with type arguments of type LauncherPhase in org.junit.platform.launcher.coreMethods in org.junit.platform.launcher.core that return LauncherPhaseModifier and TypeMethodDescriptionstatic LauncherPhaseReturns the enum constant of this type with the specified name.static LauncherPhase[]LauncherPhase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.launcher.core that return types with arguments of type LauncherPhaseModifier and TypeMethodDescription(package private) static Optional<LauncherPhase> LauncherPhase.getDiscoveryIssueFailurePhase(ConfigurationParameters configurationParameters) Methods in org.junit.platform.launcher.core with parameters of type LauncherPhaseModifier and TypeMethodDescriptionprivate LauncherDiscoveryResultDefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest, LauncherPhase phase) (package private) LauncherDiscoveryResultEngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, LauncherPhase phase) Method parameters in org.junit.platform.launcher.core with type arguments of type LauncherPhaseModifier and TypeMethodDescriptionprivate LauncherDiscoveryResultEngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request, Optional<LauncherPhase> phase, Function<String, UniqueId> uniqueIdCreator) EngineDiscoveryOrchestrator.discoverSafely(LauncherDiscoveryRequest request, Optional<LauncherPhase> phase, DiscoveryIssueCollector issueCollector, Function<String, UniqueId> uniqueIdCreator) private static booleanEngineDiscoveryOrchestrator.shouldReportDiscoveryIssues(LauncherDiscoveryRequest request, Optional<LauncherPhase> phase)