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