Uses of Class
org.locationtech.jtstest.test.TestCase
-
Packages that use TestCase Package Description org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder.model -
-
Uses of TestCase in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test that return TestCase Modifier and Type Method Description TestCase
TestCase. setA(java.lang.String wkta)
TestCase
TestCase. setB(java.lang.String wktb)
TestCase
TestCase. setExpectedBoundary(java.lang.String wkt)
TestCase
TestCase. setExpectedIntersection(java.lang.String wkt)
TestCase
TestCase. setExpectedRelateMatrix(java.lang.String expectedIntersectionMatrix)
TestCase
TestCase. setPrecisionModel(PrecisionModel pm)
TestCase
TestCase. setTestName(java.lang.String name)
Constructors in org.locationtech.jtstest.test with parameters of type TestCase Constructor Description TestCase(TestCase tc)
-
Uses of TestCase in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCase Modifier and Type Method Description java.lang.String
XMLTestWriter. getDescriptionForXmlFromGdbcTestCase(TestCase testCase)
private boolean
XMLTestWriter. isGdbcTestCase(TestCase testCase)
-