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 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 that return types with arguments of type Test Modifier and Type Method Description List<Test>TestCase. getTests()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)StringSimpleReportWriter. write(Test test)
-