marklogic-community / marklogic-unit-test

Automated testing for MarkLogic
https://marklogic-community.github.io/marklogic-unit-test/
Other
13 stars 25 forks source link

Fixing #109: Rename assertions to LTE and GTE #120

Closed daveegrant closed 4 years ago

daveegrant commented 4 years ago

Renamed the assert-meets-minimum-threshold() assertion function to assert-greater-than-or-equal().

Renamed the assert-meets-maximum-threshold() assertion function to assert-less-than-or-equal().

Left old functions for backwards compatibility. Added Info log messages about deprecated functions when old ones are used.