Uses of Enum Class
org.junit.platform.engine.SelectorResolutionResult.Status
Packages that use SelectorResolutionResult.Status
-
Uses of SelectorResolutionResult.Status in org.junit.platform.engine
Fields in org.junit.platform.engine declared as SelectorResolutionResult.StatusModifier and TypeFieldDescriptionprivate final SelectorResolutionResult.StatusSelectorResolutionResult.statusMethods in org.junit.platform.engine that return SelectorResolutionResult.StatusModifier and TypeMethodDescriptionSelectorResolutionResult.getStatus()Get the status of this result.Returns the enum constant of this class with the specified name.static SelectorResolutionResult.Status[]SelectorResolutionResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.junit.platform.engine with parameters of type SelectorResolutionResult.StatusModifierConstructorDescriptionprivateSelectorResolutionResult(SelectorResolutionResult.Status status, Throwable throwable)