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