Uses of Enum
org.testframe.engine.TestResultStatus
-
Uses of TestResultStatus in org.testframe.engine
Modifier and TypeMethodDescriptionTestResult.getStatus()
Gets the test result status.static TestResultStatus
Returns the enum constant of this type with the specified name.static TestResultStatus[]
TestResultStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionTestResult
(Method procedure, TestResultStatus status, Throwable information) Constructor.