case classSeqMatcher[K, V](expected: Seq[(K, V)])(implicit evidence$1: Ordering[K], evidence$2: Ordering[V]) extends Matcher[Seq[(K, V)]] with Product with Serializable
Custom Matcher for Seqs of key-value pairs. Prints nicely-formatted messages about tuples that differ between
one collection and another in specific ways:
keys (and hance values) present in one and not the other.
keys that are present in both but with differing values.
pairs that are present in both but in different orders.
Custom Matcher for Seqs of key-value pairs. Prints nicely-formatted messages about tuples that differ between one collection and another in specific ways: