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