public interface ResultMatcher
Results match, within a given tolerance.
The matching may also take into account the original input parameters
to the geometry method.boolean isMatch(Geometry geom, String opName, Object[] args, Result actualResult, Result expectedResult, double tolerance)
geom - the target geometryopName - the operation performedargs - the input arguments to the operationactualResult - the actual computed resultexpectedResult - the expected result of the testtolerance - the tolerance for the testCopyright © 2017. All Rights Reserved.