kotest-assertions-core / io.kotest.matchers.doubles / ToleranceMatcher

ToleranceMatcher

class ToleranceMatcher : Matcher<Double?>

Constructors

<init>

ToleranceMatcher(expected: Double?, tolerance: Double)

Functions

test

fun test(value: Double?): MatcherResult