Uses of Class
org.junit.platform.launcher.EngineDiscoveryResult
-
Packages that use EngineDiscoveryResult Package Description org.junit.platform.launcher Public API for configuring and launching test plans. -
-
Uses of EngineDiscoveryResult in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return EngineDiscoveryResult Modifier and Type Method Description static EngineDiscoveryResultEngineDiscoveryResult. failed(Throwable throwable)Create aEngineDiscoveryResultfor a failed test discovery.static EngineDiscoveryResultEngineDiscoveryResult. successful()Create aEngineDiscoveryResultfor a successful test discovery.Methods in org.junit.platform.launcher with parameters of type EngineDiscoveryResult Modifier and Type Method Description voidLauncherDiscoveryListener. engineDiscoveryFinished(UniqueId engineId, EngineDiscoveryResult result)Called when test discovery has finished for an engine.
-