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