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 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
Methods in org.locationtech.jtstest.testbuilder with parameters of type Testable Modifier and Type Method Description private java.lang.String
TestListPanel.TestListCellRenderer. testCaseSignatureHTML(Testable testCase)
private java.lang.String
TestListPanel.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 class
TestCaseEdit
class
TestRunnerTestCaseAdapter
Fields in org.locationtech.jtstest.testbuilder.model declared as Testable Modifier and Type Field Description private Testable
TestCaseEdit. testable
Methods in org.locationtech.jtstest.testbuilder.model that return Testable Modifier and Type Method Description Testable
TestBuilderModel.CaseList. getCurrentTestable()
Testable
TestCaseEdit. getTestable()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type Testable Modifier and Type Method Description java.lang.String
XMLTestWriter. getDescriptionForXml(Testable testCase)
static java.lang.String
SVGTestWriter. getTestSVG(Testable test)
java.lang.String
XMLTestWriter. getTestXML(Testable testCase)
java.lang.String
XMLTestWriter. getTestXML(Testable testCase, boolean useWKT)
private java.lang.String
HtmlWriter. html(Testable testable, int runSkey, int caseSkey)
private java.lang.String
HtmlWriter. testName(Testable testable, int caseSkey)
java.lang.String
JavaTestWriter. write(Testable testable)
java.lang.String
SVGTestWriter. write(Testable testable)
java.lang.String
TestWriter. write(Testable testable)
Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type Testable Constructor Description TestCaseEdit(Testable tc)
-