Uses of Class
org.junit.platform.launcher.EngineDiscoveryResult.Status
-
Packages that use EngineDiscoveryResult.Status Package Description org.junit.platform.launcher Public API for configuring and launching test plans. -
-
Uses of EngineDiscoveryResult.Status in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return EngineDiscoveryResult.Status Modifier and Type Method Description EngineDiscoveryResult.StatusEngineDiscoveryResult. getStatus()Get the status of this result.static EngineDiscoveryResult.StatusEngineDiscoveryResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineDiscoveryResult.Status[]EngineDiscoveryResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-