doc / ch.tutteli.atrium.domain.creating / FloatingPointAssertionsCommon / 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)