quicktest
quicktest copied to clipboard
Add arithmetic compasion checkers
This PR adds the following checkers:
-
IsLessThan -
IsLessThanOrEqual -
IsGreaterThan -
IsGreaterThanOrEqual
These new checkers are based on a new generic binary arithmetic operator checker, named binaryArithmeticChecker, which converts operands to *big.Float values for simple comparison.
@frankban Can you please review this PR?