Uses of Class
org.junit.platform.engine.SelectorResolutionResult.Status
-
Packages that use SelectorResolutionResult.Status Package Description org.junit.platform.engine Public API for test engines. -
-
Uses of SelectorResolutionResult.Status in org.junit.platform.engine
Fields in org.junit.platform.engine declared as SelectorResolutionResult.Status Modifier and Type Field Description private SelectorResolutionResult.StatusSelectorResolutionResult. statusMethods in org.junit.platform.engine that return SelectorResolutionResult.Status Modifier and Type Method Description SelectorResolutionResult.StatusSelectorResolutionResult. getStatus()Get the status of this result.static SelectorResolutionResult.StatusSelectorResolutionResult.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SelectorResolutionResult.Status[]SelectorResolutionResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.platform.engine with parameters of type SelectorResolutionResult.Status Constructor Description SelectorResolutionResult(SelectorResolutionResult.Status status, java.lang.Throwable throwable)
-