toggle menu
assertk
0.28.1
common
switch theme
search in API
assertk
/
assertk.assertions
/
isCloseTo
is
Close
To
common
fun
Assert
<
Float
>
.
isCloseTo
(
value
:
Float
,
delta
:
Float
)
fun
Assert
<
Double
>
.
isCloseTo
(
value
:
Double
,
delta
:
Double
)
Asserts the value if it is close to the expected value with given delta.