p

org.specs2.matcher

describe

package describe

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CaseClassComparisonResult (result: Seq[CaseClassPropertyComparison]) extends Product with Serializable
  2. class CaseClassDiffable [T <: Product with Serializable, L <: HList] extends Diffable[T]

    Diffable instance for a case class

  3. trait CaseClassIntrospection [-T] extends AnyRef

    Compare 2 case class instances recursively

  4. class ClassFieldsDifferenceInspectable [Key <: Symbol, Value, Tail <: HList] extends CaseClassIntrospection[::[FieldType[Key, Value], Tail]]
  5. class HNilDifferenceInspectable extends CaseClassIntrospection[HNil]
  6. final class IsCaseClass [T] extends AnyRef

    proof that a type T is a case class

Ungrouped