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

shouldNotContainAnyOf

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