Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery.matcher.collections
/
isIn
is
In
inline
fun
<
T
>
ArgMatchersScope
.
isIn
(
vararg
values
:
T
)
:
T
inline
fun
<
T
>
ArgMatchersScope
.
isIn
(
values
:
Iterable
<
T
>
)
:
T
Matches argument that is present in
values
.