Uses of Interface
org.locationtech.jtstest.testrunner.Result
Packages that use Result
-
Uses of Result in org.locationtech.jtstest.geomop
Methods in org.locationtech.jtstest.geomop that return ResultModifier and TypeMethodDescriptionInvokes the named operationInvokes an operation on aGeometry
.Invokes the named operationInvokes the named operationInvokes the named operationOverlayValidatedGeometryOperation.invokeValidatedOverlayOp
(int opCode, Geometry g0, Object[] args) Invokes an overlay op, optionally using snapping, and optionally validating the result. -
Uses of Result in org.locationtech.jtstest.testrunner
Classes in org.locationtech.jtstest.testrunner that implement ResultModifier and TypeClassDescriptionclass
class
class
class
Methods in org.locationtech.jtstest.testrunner that return ResultModifier and TypeMethodDescriptionTest.getActualResult()
Computes the actual result and caches the result value.Test.getExpectedResult()
Methods in org.locationtech.jtstest.testrunner with parameters of type ResultModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
BufferResultMatcher.isMatch
(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Tests whether the two results are equal within the given tolerance.boolean
EqualityResultMatcher.isMatch
(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Tests whether the two results are equal within the given tolerance.boolean
NullResultMatcher.isMatch
(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Always reports a match.boolean
ResultMatcher.isMatch
(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Tests whether the actual and expected results match well enough for the test to be considered as passed.void
Constructors in org.locationtech.jtstest.testrunner with parameters of type Result