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 Geometry
TestRunnerTestCaseAdapter. 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 void
TestCase. add(Test test)
Adds a Test to the TestCase.void
TestCase. remove(Test test)
void
SimpleReportWriter. reportOnTest(Test test)
String
SimpleReportWriter. write(Test test)
-