Uses of Enum Class
org.junit.platform.engine.TestExecutionResult.Status
Packages that use TestExecutionResult.Status
-
Uses of TestExecutionResult.Status in org.junit.platform.engine
Methods in org.junit.platform.engine that return TestExecutionResult.StatusModifier and TypeMethodDescriptionTestExecutionResult.getStatus()
Get the status of this result.static TestExecutionResult.Status
Returns the enum constant of this class with the specified name.static TestExecutionResult.Status[]
TestExecutionResult.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.