Uses of Class
org.openl.rules.testmethod.TestStatus
-
Packages that use TestStatus Package Description org.openl.rules.testmethod org.openl.rules.testmethod.result -
-
Uses of TestStatus in org.openl.rules.testmethod
Methods in org.openl.rules.testmethod that return TestStatus Modifier and Type Method Description TestStatusBaseTestUnit. getResultStatus()TestStatusITestUnit. getResultStatus()static TestStatusTestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestStatus[]TestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TestStatus in org.openl.rules.testmethod.result
Methods in org.openl.rules.testmethod.result that return TestStatus Modifier and Type Method Description TestStatusComparedResult. getStatus()Constructors in org.openl.rules.testmethod.result with parameters of type TestStatus Constructor Description ComparedResult(String fieldName, Object expectedValue, Object actualValue, TestStatus status)
-