kotest-assertions-core / io.kotest.matchers.sequences / kotlin.sequences.Sequence / shouldNotContainAll

shouldNotContainAll

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