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.Fields in org.locationtech.jtstest.testrunner declared as ResultMatcher Modifier and Type Field Description private 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 ResultMatcher Modifier and Type Method Description static ResultMatcher
JTSTestRunnerCmd. getResultMatcher()
ResultMatcher
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 ResultMatcher Constructor Description TestRun(java.lang.String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, java.io.File testFile)
-