Uses of Interface
org.locationtech.jtstest.testrunner.Result
Packages that use Result
Package
Description
-
Uses of Result in org.locationtech.jtstest.geomop
Methods in org.locationtech.jtstest.geomop that return ResultModifier and TypeMethodDescriptionInvokes the named operationprivate ResultGeometryFunctionOperation.invoke(GeometryFunction func, Geometry geometry, Object[] args) Invokes an operation on aGeometry.Invokes the named operationInvokes the named operationInvokes the named operationprivate ResultBufferValidatedGeometryOperation.invokeBufferOpValidated(Geometry geometry, Object[] args) private ResultGeometryMethodOperation.invokeMethod(Method method, Geometry geometry, Object[] args) private ResultPreparedGeometryOperation.invokePreparedOp(String opName, Geometry geometry, Object[] args) OverlayValidatedGeometryOperation.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.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return ResultModifier and TypeMethodDescriptionprivate ResultTestRunnerTestCaseAdapter.getDefaultResult(String opName) -
Uses of Result in org.locationtech.jtstest.testrunner
Classes in org.locationtech.jtstest.testrunner that implement ResultModifier and TypeClassDescriptionclassclassclassclassFields in org.locationtech.jtstest.testrunner declared as ResultModifier and TypeFieldDescriptionprivate ResultTest.actualResultprivate ResultTest.expectedResultMethods in org.locationtech.jtstest.testrunner that return ResultModifier and TypeMethodDescriptionTest.getActualResult()Computes the actual result and caches the result value.Test.getExpectedResult()private ResultMethods 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