isIn

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

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

See also