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 TestCaseTestRunnerTestCaseAdapter. testCaseMethods in org.locationtech.jtstest.testbuilder.model that return TestCase Modifier and Type Method Description TestCaseTestRunnerTestCaseAdapter. getTestRunnerTestCase()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCase Modifier and Type Method Description private intTestRunnerTestCaseAdapter. 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 TestCaseTest. testCaseMethods in org.locationtech.jtstest.testrunner that return TestCase Modifier and Type Method Description TestCaseTest. getTestCase()Methods in org.locationtech.jtstest.testrunner with parameters of type TestCase Modifier and Type Method Description voidTestRun. addTestCase(TestCase testCase)private booleanSimpleReportWriter. areAllTestsPassed(TestCase testCase)private java.util.ListTestReader. 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 voidSimpleReportWriter. 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.
-