Uses of Interface
org.locationtech.jtstest.testrunner.ResultMatcher
-
Packages that use ResultMatcher Package Description org.locationtech.jtstest.testrunner -
-
Uses of ResultMatcher in org.locationtech.jtstest.testrunner
Classes in org.locationtech.jtstest.testrunner that implement ResultMatcher Modifier and Type Class Description classBufferResultMatcherAResultMatcherwhich compares the results of buffer operations for equality, up to the given tolerance.classEqualityResultMatcherAResultMatcherwhich compares result for equality, up to the given tolerance.classNullResultMatcherAResultMatcherwhich always passes.Methods in org.locationtech.jtstest.testrunner that return ResultMatcher Modifier and Type Method Description static ResultMatcherJTSTestRunnerCmd. getResultMatcher()ResultMatcherTestRun. getResultMatcher()Constructors in org.locationtech.jtstest.testrunner with parameters of type ResultMatcher Constructor Description TestRun(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)
-