Package

org.specs2.matcher

describe

Permalink

package describe

Visibility
  1. Public
  2. All

Type Members

  1. case class CaseClassComparisonResult(result: Seq[CaseClassPropertyComparison]) extends Product with Serializable

    Permalink
  2. class CaseClassDiffable[T <: Product with Serializable, L <: HList] extends Diffable[T]

    Permalink

    Diffable instance for a case class

  3. trait CaseClassIntrospection[-T] extends AnyRef

    Permalink

    Compare 2 case class instances recursively

  4. class ClassFieldsDifferenceInspectable[Key <: Symbol, Value, Tail <: HList] extends CaseClassIntrospection[::[FieldType[Key, Value], Tail]]

    Permalink
  5. class HNilDifferenceInspectable extends CaseClassIntrospection[HNil]

    Permalink
  6. final class IsCaseClass[T] extends AnyRef

    Permalink

    proof that a type T is a case class

Value Members

  1. object CaseClassComparisonResult extends Serializable

    Permalink
  2. object CaseClassIntrospection

    Permalink
  3. object IsCaseClass

    Permalink

Ungrouped