Uses of Interface
org.locationtech.jtstest.test.Testable
-
Packages that use Testable Package Description org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder.io 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.io
Methods in org.locationtech.jtstest.testbuilder.io with parameters of type Testable Modifier and Type Method Description StringXMLTestWriter. getDescriptionForXml(Testable testCase)StringXMLTestWriter. getTestXML(Testable testCase)StringXMLTestWriter. getTestXML(Testable testCase, boolean useWKT)StringJavaTestWriter. write(Testable testable)StringSVGTestWriter. write(Testable testable)StringTestWriter. write(Testable testable)static StringSVGTestWriter. writeTestSVG(Testable test) -
Uses of Testable in org.locationtech.jtstest.testbuilder.model
Classes in org.locationtech.jtstest.testbuilder.model that implement Testable Modifier and Type Class Description classTestCaseEditclassTestRunnerTestCaseAdapterMethods in org.locationtech.jtstest.testbuilder.model that return Testable Modifier and Type Method Description TestableTestBuilderModel.CaseList. getCurrentTestable()TestableTestCaseEdit. getTestable()Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type Testable Constructor Description TestCaseEdit(Testable tc)
-