toggle menu
Mokkery
2.5.1
common
switch theme
search in API
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
.