inline fun toBeWithErrorTolerance(subjectProvider: SubjectProvider<Float>, expected: Float, tolerance: Float): Assertion
(source)
Overrides FloatingPointAssertionsCommon.toBeWithErrorTolerance
inline fun toBeWithErrorTolerance(subjectProvider: SubjectProvider<Double>, expected: Double, tolerance: Double): Assertion
(source)
Overrides FloatingPointAssertionsCommon.toBeWithErrorTolerance
inline fun <T : BigDecimal> toBeWithErrorTolerance(subjectProvider: SubjectProvider<T>, expected: T, tolerance: T): Assertion
(source)