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 Result
GeometryFunctionOperation.invoke
(GeometryFunction func, Geometry geometry, Object[] args) Invokes an operation on aGeometry
.Invokes the named operationInvokes the named operationInvokes the named operationprivate Result
BufferValidatedGeometryOperation.invokeBufferOpValidated
(Geometry geometry, Object[] args) private Result
GeometryMethodOperation.invokeMethod
(Method method, Geometry geometry, Object[] args) private Result
PreparedGeometryOperation.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 Result
TestRunnerTestCaseAdapter.getDefaultResult
(String opName) -
Uses of Result in org.locationtech.jtstest.testrunner
Classes in org.locationtech.jtstest.testrunner that implement ResultModifier and TypeClassDescriptionclass
class
class
class
Fields in org.locationtech.jtstest.testrunner declared as ResultModifier and TypeFieldDescriptionprivate Result
Test.actualResult
private Result
Test.expectedResult
Methods in org.locationtech.jtstest.testrunner that return ResultModifier and TypeMethodDescriptionTest.getActualResult()
Computes the actual result and caches the result value.Test.getExpectedResult()
private Result
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