DiffResult

sealed trait DiffResult
Companion
object
class Object
trait Matchable
class Any

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

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

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.