assertk / assertk.assertions / isNotIn

isNotIn

(common, jvm) fun <T> Assert<T>.isNotIn(vararg values: T): Unit

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

See Also

isIn