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 TypeClassDescriptionclass
AResultMatcher
which compares the results of buffer operations for equality, up to the given tolerance.class
AResultMatcher
which compares result for equality, up to the given tolerance.class
AResultMatcher
which always passes.Methods in org.locationtech.jtstest.testrunner that return ResultMatcherModifier and TypeMethodDescriptionstatic ResultMatcher
JTSTestRunnerCmd.getResultMatcher()
TestRun.getResultMatcher()
Constructors in org.locationtech.jtstest.testrunner with parameters of type ResultMatcherModifierConstructorDescriptionTestRun
(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)