kotest-assertions-arrow / io.kotest.assertions.arrow.nel / arrow.core.NonEmptyList / shouldNotContainAll

shouldNotContainAll

fun <T> NonEmptyList<T>.shouldNotContainAll(vararg ts: T): Unit
infix fun <T> NonEmptyList<T>.shouldNotContainAll(ts: List<T>): Unit