infix fun <T> Builder<T>.isContainedIn(expected: Iterable<T>): Builder<T>
Asserts that the subject is contained in expected according to the standard Kotlin in operator.
in
expected - the expected iterable.
expected