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