Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.testing.TestResult
-
Packages that use TestResult Package Description net.sourceforge.pmd.util.fxdesigner.model.testing -
-
Uses of TestResult in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return TestResult Modifier and Type Method Description static TestResultTestCaseUtil. doTest(LiveTestCase testCase, java.util.List<net.sourceforge.pmd.lang.ast.Node> actual)TestResultLiveTestCase. getStatus()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return types with arguments of type TestResult Modifier and Type Method Description org.reactfx.value.Var<TestResult>LiveTestCase. statusProperty()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type TestResult Modifier and Type Method Description voidLiveTestCase. setStatus(TestResult testResult)
-