Uses of Class
org.locationtech.jtstest.testrunner.TestRun
-
Packages that use TestRun Package Description org.locationtech.jtstest.testrunner -
-
Uses of TestRun in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that return TestRun Modifier and Type Method Description TestRun
TestRunBuilder. build()
TestRun
TestReader. createTestRun(File testFile, int runIndex)
TestRun
TestCase. getTestRun()
Methods in org.locationtech.jtstest.testrunner that return types with arguments of type TestRun Modifier and Type Method Description List<TestRun>
TestEngine. getTestRuns()
Constructors in org.locationtech.jtstest.testrunner with parameters of type TestRun Constructor Description TestCase(String description, Geometry a, Geometry b, File aWktFile, File bWktFile, TestRun testRun, int caseIndex, int lineNumber)
Creates a TestCase with the given description.
-