doc / ch.tutteli.atrium.domain.creating / FloatingPointAssertions / toBeWithErrorTolerance

toBeWithErrorTolerance

abstract fun toBeWithErrorTolerance(plant: AssertionPlant<Float>, expected: Float, tolerance: Float): Assertion (source)
abstract fun toBeWithErrorTolerance(plant: AssertionPlant<Double>, expected: Double, tolerance: Double): Assertion (source)
abstract fun <T : BigDecimal> toBeWithErrorTolerance(plant: AssertionPlant<T>, expected: T, tolerance: T): Assertion (source)