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
Subclasses with type arguments of type EngineDiscoveryResult.Status in org.junit.platform.launcherFields in org.junit.platform.launcher declared as EngineDiscoveryResult.StatusModifier and TypeFieldDescriptionprivate final EngineDiscoveryResult.StatusEngineDiscoveryResult.statusMethods in org.junit.platform.launcher that return EngineDiscoveryResult.StatusModifier and TypeMethodDescriptionEngineDiscoveryResult.getStatus()Get the status of this result.static EngineDiscoveryResult.StatusReturns 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.StatusModifierConstructorDescriptionprivateEngineDiscoveryResult(EngineDiscoveryResult.Status status, Throwable throwable)