Mokkery
Toggle table of contents
3.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Mokkery
mokkery-runtime
/
dev.mokkery.matcher.collections
/
isIn
is
In
fun
<
T
>
MokkeryMatcherScope
.
isIn
(
vararg
values
:
T
)
:
T
(
source
)
fun
<
T
>
MokkeryMatcherScope
.
isIn
(
values
:
Iterable
<
T
>
)
:
T
(
source
)
Matches argument that is present in
values
.