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