ValueResult

difflicious.DiffResult$.ValueResult
See theValueResult companion object
sealed trait ValueResult extends DiffResult

Attributes

Companion
object
Graph
Supertypes
trait DiffResult
class Object
trait Matchable
class Any
Known subtypes
class Both
class ExpectedOnly
class ObtainedOnly

Members list

Value members

Inherited methods

def isIgnored: Boolean

Whether this DiffResult was produced from an ignored Differ

Whether this DiffResult was produced from an ignored Differ

Attributes

Inherited from:
DiffResult
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

Inherited from:
DiffResult

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

Inherited from:
DiffResult