Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

ArgumentChecks, DataMappingValidator, LogMethods, WebDriverWrapper, & Scripts

Latest
Compare
Choose a tag to compare
@BrandonDudek BrandonDudek released this 02 Apr 13:18
· 30 commits to master since this release

ArgumentChecks

  • Improved greaterThanZero and notNegative checks to include BigDecimal and BigInteger.
  • Added notEmpty(Map _arg, String _argumentName)

DataMappingValidator

  • Renamed compair method to compare. (BREAKING CHANGE!)

LogMethods

  • Lowered Log Level to TRACE, for Lambda methods

WebDriverWrapper

  • Updated Chrome Drivers to v80.0.3987.106
  • IE_WIN now defaults to 32 bit
  • Fixed FIREFOX_WIN bug in Firefox Constructor
  • Fixed Firefox StaleElementReferenceException bug, when getting an element

Scripts

  • SQL-RowMapper-POJO-Generator:
    -- Improved Number Data Types
    -- Fixed NULLs in Where clause
    -- Updated toString to ignore NULL columns