fun <T> containExactlyInAnyOrder(vararg expected: T): Matcher<Collection<T>?>
fun <T, C : Collection<T>> containExactlyInAnyOrder(expected: C): Matcher<C?>
Assert that a collection contains exactly the given values and nothing else, in any order.