Packages

final case class RecordResult(typeName: SomeTypeName, fields: ListMap[String, DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, DiffResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecordResult
  2. Serializable
  3. Product
  4. Equals
  5. DiffResult
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RecordResult(typeName: SomeTypeName, fields: ListMap[String, DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean)

Value Members

  1. val fields: ListMap[String, DiffResult]
  2. val isIgnored: Boolean

    Whether this DiffResult was produced from an ignored Differ

    Whether this DiffResult was produced from an ignored Differ

    Definition Classes
    RecordResultDiffResult
  3. val isOk: Boolean

    Whether this DiffResult is consider "successful".

    Whether this DiffResult is consider "successful". If there are any non-ignored differences found, then this should be false

    Definition Classes
    RecordResultDiffResult
  4. val pairType: PairType

    Whether the input leading to this DiffResult has both sides or just one.

    Whether the input leading to this DiffResult has both sides or just one.

    Definition Classes
    RecordResultDiffResult
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val typeName: SomeTypeName