Uses of Class
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator.Phase
-
Packages that use EngineDiscoveryOrchestrator.Phase Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of EngineDiscoveryOrchestrator.Phase in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return EngineDiscoveryOrchestrator.Phase Modifier and Type Method Description static EngineDiscoveryOrchestrator.PhaseEngineDiscoveryOrchestrator.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineDiscoveryOrchestrator.Phase[]EngineDiscoveryOrchestrator.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.launcher.core with parameters of type EngineDiscoveryOrchestrator.Phase Modifier and Type Method Description LauncherDiscoveryResultEngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request, EngineDiscoveryOrchestrator.Phase phase)Discovers tests for the supplied request in the supplied phase using the configured test engines.LauncherDiscoveryResultEngineDiscoveryOrchestrator. 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.
-