fun <T> Assert<T>.isNotIn(vararg values: T): Unit
Platform and version requirements: Common
Asserts the value is not in the expected values, using !in.
!in
See Also
isIn