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