Uses of Class
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
Packages that use EngineDiscoveryOrchestrator Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.suite.engine Core package for the JUnit Platform Suite test engine. -
-
Uses of EngineDiscoveryOrchestrator in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as EngineDiscoveryOrchestrator Modifier and Type Field Description private EngineDiscoveryOrchestratorDefaultLauncher. discoveryOrchestrator -
Uses of EngineDiscoveryOrchestrator in org.junit.platform.suite.engine
Fields in org.junit.platform.suite.engine declared as EngineDiscoveryOrchestrator Modifier and Type Field Description private EngineDiscoveryOrchestratorSuiteLauncher. discoveryOrchestrator
-