Package

org.hammerlab

test

Permalink

package test

Visibility
  1. Public
  2. All

Type Members

  1. trait LazyAssert extends AnyRef

    Permalink
  2. class LazyMessage extends AnyRef

    Permalink
  3. case class SeqMatcher[K, V](expected: Seq[(K, V)])(implicit evidence$1: Ordering[K], evidence$2: Ordering[V]) extends Matcher[Seq[(K, V)]] with Product with Serializable

    Permalink

    Custom Matcher for Seqs of key-value pairs.

    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.

Value Members

  1. object LazyMessage

    Permalink
  2. object Resources

    Permalink
  3. object SeqMatcher extends Serializable

    Permalink
  4. package files

    Permalink

Ungrouped