final case class RecordResult(typeName: SomeTypeName, fields: ListMap[String, DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean) extends DiffResult with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RecordResult
- Serializable
- Product
- Equals
- DiffResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RecordResult(typeName: SomeTypeName, fields: ListMap[String, DiffResult], pairType: PairType, isIgnored: Boolean, isOk: Boolean)
Value Members
- val fields: ListMap[String, DiffResult]
- val isIgnored: Boolean
Whether this DiffResult was produced from an ignored Differ
Whether this DiffResult was produced from an ignored Differ
- Definition Classes
- RecordResult → DiffResult
- 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
- RecordResult → DiffResult
- 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
- RecordResult → DiffResult
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val typeName: SomeTypeName