doc / ch.tutteli.atrium.domain.builders.creating / FloatingPointAssertionsBuilder / toBeWithErrorTolerance

toBeWithErrorTolerance

inline fun toBeWithErrorTolerance(plant: AssertionPlant<Float>, expected: Float, tolerance: Float): <ERROR CLASS> (source)

Overrides FloatingPointAssertions.toBeWithErrorTolerance


inline fun toBeWithErrorTolerance(plant: AssertionPlant<Double>, expected: Double, tolerance: Double): <ERROR CLASS> (source)

Overrides FloatingPointAssertions.toBeWithErrorTolerance


inline fun <T : BigDecimal> toBeWithErrorTolerance(plant: AssertionPlant<T>, expected: T, tolerance: T): <ERROR CLASS> (source)

Overrides FloatingPointAssertions.toBeWithErrorTolerance