Uses of Enum
org.junit.platform.launcher.EngineDiscoveryResult.Status
Packages that use EngineDiscoveryResult.Status
Package
Description
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.StatusModifier and TypeFieldDescriptionprivate final EngineDiscoveryResult.Status
EngineDiscoveryResult.status
Methods in org.junit.platform.launcher that return EngineDiscoveryResult.StatusModifier and TypeMethodDescriptionEngineDiscoveryResult.getStatus()
Get the status of this result.static EngineDiscoveryResult.Status
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.StatusModifierConstructorDescriptionprivate
EngineDiscoveryResult
(EngineDiscoveryResult.Status status, Throwable throwable)