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
Fields in org.junit.platform.launcher declared as EngineDiscoveryResult.Status Modifier and Type Field Description private EngineDiscoveryResult.Status
EngineDiscoveryResult. status
Methods in org.junit.platform.launcher that return EngineDiscoveryResult.Status Modifier and Type Method Description EngineDiscoveryResult.Status
EngineDiscoveryResult. getStatus()
Get the status of this result.static EngineDiscoveryResult.Status
EngineDiscoveryResult.Status. valueOf(java.lang.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.Constructors in org.junit.platform.launcher with parameters of type EngineDiscoveryResult.Status Constructor Description EngineDiscoveryResult(EngineDiscoveryResult.Status status, java.lang.Throwable throwable)
-