Uses of Class
org.locationtech.jtstest.testrunner.Test
-
Packages that use Test Package Description org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testrunner -
-
Uses of Test in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return Test Modifier and Type Method Description private TestTestRunnerTestCaseAdapter. getABTest(java.lang.String opName)private TestTestRunnerTestCaseAdapter. getOrCreateABTest(java.lang.String opName)Methods in org.locationtech.jtstest.testbuilder.model with parameters of type Test Modifier and Type Method Description GeometryTestRunnerTestCaseAdapter. toGeometry(Test test) -
Uses of Test in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner with parameters of type Test Modifier and Type Method Description voidTestCase. add(Test test)Adds a Test to the TestCase.voidTestCase. remove(Test test)voidSimpleReportWriter. reportOnTest(Test test)java.lang.StringSimpleReportWriter. write(Test test)
-