NothingDiffable

object NothingDiffable extends Diffable[Nothing]
trait Diffable[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def diff(actual: Nothing, expected: Nothing): Nothing

Inherited methods

def unsafeDiff(actual: Any, expected: Any): ComparisonResult
Inherited from:
Diffable