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