object BigDecimalAssertionsBuilder : BigDecimalAssertions
(source)
Delegates inter alia to the implementation of BigDecimalAssertions. In detail, it implements BigDecimalAssertions by delegating to bigDecimalAssertions which in turn delegates to the implementation via loadSingleService.
fun <T : BigDecimal> isEqualIncludingScale(plant: AssertionPlant<T>, expected: T, nameOfIsNumericallyEqualTo: String): <ERROR CLASS> |
|
fun <T : BigDecimal> isNotEqualIncludingScale(plant: AssertionPlant<T>, expected: T): <ERROR CLASS> |
|
fun <T : BigDecimal> isNotNumericallyEqualTo(plant: AssertionPlant<T>, expected: T): <ERROR CLASS> |
|
fun <T : BigDecimal> isNumericallyEqualTo(plant: AssertionPlant<T>, expected: T): <ERROR CLASS> |