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