Uses of Enum
org.testframe.engine.TestResultStatus
Packages that use TestResultStatus
-
Uses of TestResultStatus in org.testframe.engine
Methods in org.testframe.engine that return TestResultStatusModifier and TypeMethodDescriptionTestResult.getStatus()Gets the test result status.static TestResultStatusReturns 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.Constructors in org.testframe.engine with parameters of type TestResultStatusModifierConstructorDescriptionTestResult(Method procedure, TestResultStatus status, Throwable information) Constructor.