fun <T> containAll(vararg ts: T): Matcher<Collection<T>>
fun <T> containAll(ts: Collection<T>): Matcher<Collection<T>>