Uses of Interface
org.locationtech.jtstest.testrunner.ResultMatcher
Packages that use ResultMatcher
-
Uses of ResultMatcher in org.locationtech.jtstest.testrunner
Classes in org.locationtech.jtstest.testrunner that implement ResultMatcherModifier and TypeClassDescriptionclassAResultMatcherwhich compares the results of buffer operations for equality, up to the given tolerance.classAResultMatcherwhich compares result for equality, up to the given tolerance.classAResultMatcherwhich always passes.Fields in org.locationtech.jtstest.testrunner declared as ResultMatcherModifier and TypeFieldDescriptionprivate ResultMatcherBufferResultMatcher.defaultMatcherprivate static ResultMatcherJTSTestRunnerCmd.defaultResultMatcherprivate static ResultMatcherTopologyTestApp.defaultResultMatcherprivate static ResultMatcherJTSTestRunnerCmd.resultMatcherprivate ResultMatcherTestReader.resultMatcherprivate ResultMatcherTestRun.resultMatcherprivate static ResultMatcherTopologyTestApp.resultMatcherMethods in org.locationtech.jtstest.testrunner that return ResultMatcherModifier and TypeMethodDescriptionstatic ResultMatcherJTSTestRunnerCmd.getResultMatcher()TestRun.getResultMatcher()static ResultMatcherTopologyTestApp.getResultMatcher()private ResultMatcherTestReader.parseResultMatcher(org.jdom2.Element runElement) Parses an optional resultMatcher element.Constructors in org.locationtech.jtstest.testrunner with parameters of type ResultMatcherModifierConstructorDescriptionTestRun(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)