Uses of Interface
com.vividsolutions.jtstest.test.Testable
-
Packages that use Testable Package Description com.vividsolutions.jtstest.test com.vividsolutions.jtstest.testbuilder.model -
-
Uses of Testable in com.vividsolutions.jtstest.test
Classes in com.vividsolutions.jtstest.test that implement Testable Modifier and Type Class Description classTestCaseMethods in com.vividsolutions.jtstest.test with parameters of type Testable Modifier and Type Method Description voidTestCaseList. add(Testable tc) -
Uses of Testable in com.vividsolutions.jtstest.testbuilder.model
Classes in com.vividsolutions.jtstest.testbuilder.model that implement Testable Modifier and Type Class Description classTestCaseEditclassTestRunnerTestCaseAdapterMethods in com.vividsolutions.jtstest.testbuilder.model that return Testable Modifier and Type Method Description TestableTestBuilderModel. getCurrentTestable()TestableTestCaseEdit. getTestable()Methods in com.vividsolutions.jtstest.testbuilder.model with parameters of type Testable Modifier and Type Method Description static java.lang.StringSVGTestWriter. getTestSVG(Testable test)java.lang.StringXMLTestWriter. getTestXML(Testable testCase)java.lang.StringXMLTestWriter. getTestXML(Testable testable, boolean useWKT)java.lang.StringJavaTestWriter. write(Testable testable)java.lang.StringSVGTestWriter. write(Testable testable)java.lang.StringTestWriter. write(Testable testable)Constructors in com.vividsolutions.jtstest.testbuilder.model with parameters of type Testable Constructor Description TestCaseEdit(Testable tc)
-