doc / ch.tutteli.atrium.api.infix.en_GB / isEqualIncludingScale

isEqualIncludingScale

infix fun <T : BigDecimal> Expect<T>.isEqualIncludingScale(expected: T): Expect<T> (source)
Deprecated: Use toEqualIncludingScale; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a BigDecimal) is equal to expected including BigDecimal.scale.

Most of the time you want to use isNumericallyEqualTo which does not compare BigDecimal.scale in contrast to this function. Following the two functions compared:

Return
an Expect for the subject of this expectation.