DiffResult

difflicious.DiffResult
See theDiffResult companion object
sealed trait DiffResult

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ListResult
class MapResult
class RecordResult
trait ValueResult
class Both
class ExpectedOnly
class ObtainedOnly
Show all

Members list

Value members

Abstract methods

def isIgnored: Boolean

Whether this DiffResult was produced from an ignored Differ

Whether this DiffResult was produced from an ignored Differ

Attributes

def isOk: Boolean

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

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

Attributes

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.

Attributes