strikt-core / strikt.assertions / isContainedIn

isContainedIn

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.

Parameters

expected - the expected iterable.