Package | Description |
---|---|
org.locationtech.jtstest.testrunner |
Modifier and Type | Class and Description |
---|---|
class |
BufferResultMatcher
A
ResultMatcher which compares the results of
buffer operations for equality, up to the given tolerance. |
class |
EqualityResultMatcher
A
ResultMatcher which compares result for equality,
up to the given tolerance. |
class |
NullResultMatcher
A
ResultMatcher which always passes. |
Modifier and Type | Field and Description |
---|---|
private ResultMatcher |
BufferResultMatcher.defaultMatcher |
private static ResultMatcher |
TopologyTestApp.defaultResultMatcher |
private static ResultMatcher |
JTSTestRunnerCmd.defaultResultMatcher |
private static ResultMatcher |
TopologyTestApp.resultMatcher |
private ResultMatcher |
TestRun.resultMatcher |
private ResultMatcher |
TestReader.resultMatcher |
private static ResultMatcher |
JTSTestRunnerCmd.resultMatcher |
Modifier and Type | Method and Description |
---|---|
static ResultMatcher |
TopologyTestApp.getResultMatcher() |
ResultMatcher |
TestRun.getResultMatcher() |
static ResultMatcher |
JTSTestRunnerCmd.getResultMatcher() |
private ResultMatcher |
TestReader.parseResultMatcher(org.jdom2.Element runElement)
Parses an optional resultMatcher element.
|
Constructor and Description |
---|
TestRun(java.lang.String description,
int runIndex,
PrecisionModel precisionModel,
GeometryOperation geomOp,
ResultMatcher resultMatcher,
java.io.File testFile) |