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

toBeWithErrorTolerance

abstract fun toBeWithErrorTolerance(subjectProvider: SubjectProvider<Float>, expected: Float, tolerance: Float): Assertion
abstract fun toBeWithErrorTolerance(subjectProvider: SubjectProvider<Double>, expected: Double, tolerance: Double): Assertion