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 class
BufferResultMatcher
AResultMatcher
which compares the results of buffer operations for equality, up to the given tolerance.class
EqualityResultMatcher
AResultMatcher
which compares result for equality, up to the given tolerance.class
NullResultMatcher
AResultMatcher
which always passes.Methods in org.locationtech.jtstest.testrunner that return ResultMatcher Modifier and Type Method Description static ResultMatcher
JTSTestRunnerCmd. getResultMatcher()
ResultMatcher
TestRun. 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)
-