EitherLeftDiffable

org.specs2.matcher.describe.EitherLeftDiffable
class EitherLeftDiffable[L](using ldi: Diffable[L]) extends Diffable[Left[L, Nothing]]

Attributes

Graph
Supertypes
trait Diffable[Left[L, Nothing]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def diff(actual: Left[L, Nothing], expected: Left[L, Nothing]): ComparisonResult

Inherited methods

def unsafeDiff(actual: Any, expected: Any): ComparisonResult

Attributes

Inherited from:
Diffable