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.Fields in org.locationtech.jtstest.testrunner declared as ResultMatcherModifier and TypeFieldDescriptionprivate ResultMatcher
BufferResultMatcher.defaultMatcher
private static ResultMatcher
JTSTestRunnerCmd.defaultResultMatcher
private static ResultMatcher
TopologyTestApp.defaultResultMatcher
private static ResultMatcher
JTSTestRunnerCmd.resultMatcher
private ResultMatcher
TestReader.resultMatcher
private ResultMatcher
TestRun.resultMatcher
private static ResultMatcher
TopologyTestApp.resultMatcher
Methods in org.locationtech.jtstest.testrunner that return ResultMatcherModifier and TypeMethodDescriptionstatic ResultMatcher
JTSTestRunnerCmd.getResultMatcher()
TestRun.getResultMatcher()
static ResultMatcher
TopologyTestApp.getResultMatcher()
private ResultMatcher
TestReader.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)