Uses of Class
org.locationtech.jtstest.testrunner.TestParseException
Packages that use TestParseException
-
Uses of TestParseException in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that throw TestParseExceptionModifier and TypeMethodDescriptionprivate PrecisionModelTestReader.createPrecisionModel(org.jdom2.Element precisionModelElement) private GeometryOperationTestReader.parseGeometryOperation(org.jdom2.Element runElement) Parses an optional geometryOperation element.private PrecisionModelTestReader.parsePrecisionModel(org.jdom2.Element runElement) Parses an optional precisionModel element.private ResultMatcherTestReader.parseResultMatcher(org.jdom2.Element runElement) Parses an optional resultMatcher element.private ListTestReader.parseTestCases(List caseElements, File testFile, TestRun testRun, double tolerance) Creates a List of TestCase's from the givenElement's. private TestRunTestReader.parseTestRun(org.jdom2.Element runElement, File testFile, int runIndex) Creates a TestRun from theElement. private ListTestReader.parseTests(List testElements, int caseIndex, File testFile, TestCase testCase, double tolerance) Creates a List of Test's from the givenElement's. private doubleTestReader.parseTolerance(org.jdom2.Element runElement) private BooleanResultTestReader.toBooleanResult(String value) private DoubleResultTestReader.toDoubleResult(String value) private IntegerResultTestReader.toIntegerResult(String value) private Resultprivate File