Uses of Class
org.locationtech.jtstest.testrunner.TestCase
-
Packages that use TestCase Package Description org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testrunner -
-
Uses of TestCase in org.locationtech.jtstest.testbuilder.model
Fields in org.locationtech.jtstest.testbuilder.model declared as TestCase Modifier and Type Field Description private TestCase
TestRunnerTestCaseAdapter. testCase
Methods in org.locationtech.jtstest.testbuilder.model that return TestCase Modifier and Type Method Description TestCase
TestRunnerTestCaseAdapter. getTestRunnerTestCase()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCase Modifier and Type Method Description private int
TestRunnerTestCaseAdapter. maxTestIndex(TestCase testCase)
Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type TestCase Constructor Description TestRunnerTestCaseAdapter(TestCase testCase)
-
Uses of TestCase in org.locationtech.jtstest.testrunner
Fields in org.locationtech.jtstest.testrunner declared as TestCase Modifier and Type Field Description private TestCase
Test. testCase
Methods in org.locationtech.jtstest.testrunner that return TestCase Modifier and Type Method Description TestCase
Test. getTestCase()
Methods in org.locationtech.jtstest.testrunner with parameters of type TestCase Modifier and Type Method Description void
TestRun. addTestCase(TestCase testCase)
private boolean
SimpleReportWriter. areAllTestsPassed(TestCase testCase)
private java.util.List
TestReader. parseTests(java.util.List testElements, int caseIndex, java.io.File testFile, TestCase testCase, double tolerance)
Creates a List of Test's from the givenElement's. private void
SimpleReportWriter. reportOnTestCase(TestCase testCase)
Constructors in org.locationtech.jtstest.testrunner with parameters of type TestCase Constructor Description Test(TestCase testCase, int testIndex, java.lang.String description, java.lang.String operation, java.lang.String geometryIndex, java.util.List arguments, Result expectedResult, double tolerance)
Creates a Test with the given description.
-