EitherLeftDiffable

org.specs2.matcher.describe.EitherLeftDiffable
class EitherLeftDiffable[L](implicit 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