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 TypeClassDescriptionclassclassclassclassMethods 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanBufferResultMatcher.isMatch(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Tests whether the two results are equal within the given tolerance.booleanEqualityResultMatcher.isMatch(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Tests whether the two results are equal within the given tolerance.booleanNullResultMatcher.isMatch(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance) Always reports a match.booleanResultMatcher.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.voidConstructors in org.locationtech.jtstest.testrunner with parameters of type Result