p
difflicious
package difflicious
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait ConfigureError extends Throwable
- sealed trait ConfigureOp extends AnyRef
The configuration change operation we want to perform on a differ.
The configuration change operation we want to perform on a differ. For example we might want to:
- Mark the current differ as ignored so its comparison never fails - Change a Differ for Seq to pair by a field instead of index
- final case class ConfigurePath(resolvedSteps: Vector[String], unresolvedSteps: List[String]) extends Product with Serializable
- sealed trait DiffInput[A] extends AnyRef
Input for diffing.
Input for diffing. We can either have both the left side (obtained) and right side (expected), or just one side.
- sealed trait DiffResult extends AnyRef
- trait Differ[T] extends ConfigureMethods[T]
- trait DifferGen extends AnyRef
- trait DifferTimeInstances extends AnyRef
- trait DifferTupleInstances extends AnyRef
- sealed trait PairType extends AnyRef
Value Members
- object ConfigureError extends Serializable
- object ConfigureOp
- object ConfigurePath extends Serializable
- object DiffInput
- object DiffResult
- object DiffResultPrinter
- object Differ extends DifferTupleInstances with DifferGen with DifferTimeInstances
- object PairType
- object implicits extends ToEachableOps with EachableInstances with PairableInstances with ToSubTypeOp with ToPairByOps