inline fun toBeWithErrorTolerance(plant: AssertionPlant<Float>, expected: Float, tolerance: Float): <ERROR CLASS>
(source)
Overrides FloatingPointAssertionsCommon.toBeWithErrorTolerance
inline fun toBeWithErrorTolerance(plant: AssertionPlant<Double>, expected: Double, tolerance: Double): <ERROR CLASS>
(source)
Overrides FloatingPointAssertionsCommon.toBeWithErrorTolerance
inline fun <T : BigDecimal> toBeWithErrorTolerance(plant: AssertionPlant<T>, expected: T, tolerance: T): <ERROR CLASS>
(source)