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