class ToleranceMatcher : Matcher<Double?>
ToleranceMatcher(expected: Double?, tolerance: Double)
fun test(value: Double?): MatcherResult