isNotIn

fun <T> Assert<T>.isNotIn(vararg values: T)

Asserts the value is not in the expected values, using !in.

See also