ValueResult

sealed trait ValueResult extends DiffResult
Companion:
object
class Object
trait Matchable
class Any

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

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

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.

Inherited from:
DiffResult