kotest-assertions-core / io.kotest.matchers.collections / kotlin.Array / shouldContainAll

shouldContainAll

fun <T> Array<T>.shouldContainAll(vararg ts: T): Unit
infix fun <T> Array<T>.shouldContainAll(ts: Collection<T>): Unit