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

shouldNotContainAll

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