Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.testing.TestStatus
-
Packages that use TestStatus Package Description net.sourceforge.pmd.util.fxdesigner.model.testing -
-
Uses of TestStatus in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return TestStatus Modifier and Type Method Description TestStatusTestResult. getStatus()static TestStatusTestStatus. valueOf(java.lang.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.Methods in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type TestStatus Modifier and Type Method Description voidLiveTestCase. setStatus(TestStatus status)Constructors in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type TestStatus Constructor Description TestResult(TestStatus status, java.lang.String message)
-