kotest-assertions-core / io.kotest.matchers.floats

Package io.kotest.matchers.floats

Types

FloatToleranceMatcher

class FloatToleranceMatcher : Matcher<Float>

Extensions for External Classes

kotlin.Float

Functions

beGreaterThan

fun beGreaterThan(x: Float): Matcher<Float>

beGreaterThanOrEqualTo

fun beGreaterThanOrEqualTo(x: Float): Matcher<Float>

beLessThan

fun beLessThan(x: Float): Matcher<Float>

beLessThanOrEqualTo

fun beLessThanOrEqualTo(x: Float): Matcher<Float>

exactly

fun exactly(d: Float): Matcher<Float>

gt

fun gt(x: Float): Matcher<Float>

gte

fun gte(x: Float): Matcher<Float>

lt

fun lt(x: Float): Matcher<Float>

lte

fun lte(x: Float): Matcher<Float>