Uses of Interface
org.locationtech.jtstest.test.Testable
-
Packages that use Testable Package Description org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.model -
-
Uses of Testable in org.locationtech.jtstest.test
Classes in org.locationtech.jtstest.test that implement Testable Modifier and Type Class Description classTestCaseMethods in org.locationtech.jtstest.test that return Testable Modifier and Type Method Description TestableTestCaseList. get(int i)Methods in org.locationtech.jtstest.test with parameters of type Testable Modifier and Type Method Description voidTestCaseList. add(Testable tc) -
Uses of Testable in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type Testable Modifier and Type Method Description private java.lang.StringTestListPanel.TestListCellRenderer. testCaseSignatureHTML(Testable testCase)private java.lang.StringTestListPanel.TestListCellRenderer. testName(Testable testCase) -
Uses of Testable in org.locationtech.jtstest.testbuilder.model
Classes in org.locationtech.jtstest.testbuilder.model that implement Testable Modifier and Type Class Description classTestCaseEditclassTestRunnerTestCaseAdapterFields in org.locationtech.jtstest.testbuilder.model declared as Testable Modifier and Type Field Description private TestableTestCaseEdit. testableMethods in org.locationtech.jtstest.testbuilder.model that return Testable Modifier and Type Method Description TestableTestBuilderModel.CaseList. getCurrentTestable()TestableTestCaseEdit. getTestable()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type Testable Modifier and Type Method Description java.lang.StringXMLTestWriter. getDescriptionForXml(Testable testCase)static java.lang.StringSVGTestWriter. getTestSVG(Testable test)java.lang.StringXMLTestWriter. getTestXML(Testable testCase)java.lang.StringXMLTestWriter. getTestXML(Testable testCase, boolean useWKT)private java.lang.StringHtmlWriter. html(Testable testable, int runSkey, int caseSkey)private java.lang.StringHtmlWriter. testName(Testable testable, int caseSkey)java.lang.StringJavaTestWriter. write(Testable testable)java.lang.StringSVGTestWriter. write(Testable testable)java.lang.StringTestWriter. write(Testable testable)Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type Testable Constructor Description TestCaseEdit(Testable tc)
-