Uses of Interface
org.locationtech.jtstest.testrunner.Result
-
Packages that use Result Package Description org.locationtech.jtstest.geomop org.locationtech.jtstest.testrunner -
-
Uses of Result in org.locationtech.jtstest.geomop
Methods in org.locationtech.jtstest.geomop that return Result Modifier and Type Method Description ResultBufferValidatedGeometryOperation. invoke(String opName, Geometry geometry, Object[] args)Invokes the named operationResultGeometryFunctionOperation. invoke(String opName, Geometry geometry, Object[] args)ResultGeometryMethodOperation. invoke(String opName, Geometry geometry, Object[] args)ResultGeometryOperation. invoke(String opName, Geometry geometry, Object[] args)Invokes an operation on aGeometry.ResultLoggingGeometryOperation. invoke(String opName, Geometry geometry, Object[] args)ResultOverlayValidatedGeometryOperation. invoke(String opName, Geometry geometry, Object[] args)Invokes the named operationResultPreparedGeometryOperation. invoke(String opName, Geometry geometry, Object[] args)Invokes the named operationResultTeeGeometryOperation. invoke(String opName, Geometry geometry, Object[] args)Invokes the named operationResultOverlayValidatedGeometryOperation. 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 Result Modifier and Type Class Description classBooleanResultclassDoubleResultclassGeometryResultclassIntegerResultMethods in org.locationtech.jtstest.testrunner that return Result Modifier and Type Method Description ResultTest. getActualResult()Computes the actual result and caches the result value.ResultTest. getExpectedResult()Methods in org.locationtech.jtstest.testrunner with parameters of type Result Modifier and Type Method Description booleanBooleanResult. equals(Result other, double tolerance)booleanDoubleResult. equals(Result other, double tolerance)booleanGeometryResult. equals(Result other, double tolerance)booleanIntegerResult. equals(Result other, double tolerance)booleanResult. equals(Result other, double tolerance)booleanBufferResultMatcher. 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.voidTest. setResult(Result result)Constructors in org.locationtech.jtstest.testrunner with parameters of type Result Constructor Description Test(TestCase testCase, int testIndex, String description, String operation, String geometryIndex, List<String> arguments, Result expectedResult, double tolerance)Creates a Test with the given description.
-