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