isNotIn

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.