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