doc / ch.tutteli.atrium.logic.impl / DefaultFloatingPointAssertions

DefaultFloatingPointAssertions

class DefaultFloatingPointAssertions : FloatingPointAssertions (source)

Constructors

<init>

DefaultFloatingPointAssertions()

Functions

toBeWithErrorTolerance

fun toBeWithErrorTolerance(container: AssertionContainer<Float>, expected: Float, tolerance: Float): Assertion
fun toBeWithErrorTolerance(container: AssertionContainer<Double>, expected: Double, tolerance: Double): Assertion