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 class
TestCase
Methods in org.locationtech.jtstest.test that return Testable Modifier and Type Method Description Testable
TestCaseList. get(int i)
Methods in org.locationtech.jtstest.test with parameters of type Testable Modifier and Type Method Description void
TestCaseList. 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 String
XMLTestWriter. getDescriptionForXml(Testable testCase)
String
XMLTestWriter. getTestXML(Testable testCase)
String
XMLTestWriter. getTestXML(Testable testCase, boolean useWKT)
String
JavaTestWriter. write(Testable testable)
String
SVGTestWriter. write(Testable testable)
String
TestWriter. write(Testable testable)
static String
SVGTestWriter. 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 class
TestCaseEdit
class
TestRunnerTestCaseAdapter
Methods in org.locationtech.jtstest.testbuilder.model that return Testable Modifier and Type Method Description Testable
TestBuilderModel.CaseList. getCurrentTestable()
Testable
TestCaseEdit. getTestable()
Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type Testable Constructor Description TestCaseEdit(Testable tc)
-