isNotIn

inline fun <T> ArgMatchersScope.isNotIn(vararg values: T): T(source)
inline fun <T> ArgMatchersScope.isNotIn(values: Iterable<T>): T(source)

Matches argument that is not present in values.