toggle menu
mockk-dsl
1.13.10
common
switch theme
search in API
mockk-dsl
/
io.mockk
/
MockKMatcherScope
/
range
range
inline
fun
<
T
:
Comparable
<
T
>
>
range
(
from
:
T
,
to
:
T
,
fromInclusive
:
Boolean
=
true
,
toInclusive
:
Boolean
=
true
)
:
T
Matches if the value is in range via the
compareTo
function.