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