Uses of Interface
com.vividsolutions.jtstest.testrunner.ResultMatcher
-
Packages that use ResultMatcher Package Description com.vividsolutions.jtstest.testrunner -
-
Uses of ResultMatcher in com.vividsolutions.jtstest.testrunner
Classes in com.vividsolutions.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 com.vividsolutions.jtstest.testrunner that return ResultMatcher Modifier and Type Method Description ResultMatcherTestRun. getResultMatcher()static ResultMatcherTopologyTestApp. getResultMatcher()Constructors in com.vividsolutions.jtstest.testrunner with parameters of type ResultMatcher Constructor Description TestRun(java.lang.String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, java.io.File testFile)
-