Uses of Class
org.junit.platform.launcher.core.LauncherDiscoveryResult
-
Packages that use LauncherDiscoveryResult Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of LauncherDiscoveryResult in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherDiscoveryResult Modifier and Type Method Description LauncherDiscoveryResultEngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request)Discovers tests for the supplied request using the configured test engines.LauncherDiscoveryResultEngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request, org.junit.platform.engine.UniqueId parentId)Discovers tests for the supplied request in the supplied phase using the configured test engines to be used by the suite engine.LauncherDiscoveryResultLauncherDiscoveryResult. withRetainedEngines(java.util.function.Predicate<? super org.junit.platform.engine.TestDescriptor> predicate)Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryResult Modifier and Type Method Description voidEngineExecutionOrchestrator. execute(LauncherDiscoveryResult discoveryResult, org.junit.platform.engine.EngineExecutionListener engineExecutionListener, org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace> requestLevelStore)Executes tests for the supplied discovery results and notifies the supplied listener of execution events.voidEngineExecutionOrchestrator. execute(LauncherDiscoveryResult discoveryResult, org.junit.platform.engine.EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener, org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace> requestLevelStore)Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.
-