class FloatToleranceMatcher : Matcher<Float>
<init> |
FloatToleranceMatcher(expected: Float, tolerance: Float) |
plusOrMinus |
infix fun plusOrMinus(tolerance: Float): FloatToleranceMatcher |
test |
fun test(value: Float): MatcherResult |