/** {@inheritDoc} */ public BigDecimalAssert isNotZero() { bigDecimals.assertIsNotZero(info, actual); return myself; }