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