kotest-assertions-core / io.kotest.matchers.collections / containAll

containAll

fun <T> containAll(vararg ts: T): Matcher<Collection<T>>
fun <T> containAll(ts: Collection<T>): Matcher<Collection<T>>