LinesComparisonResult

org.specs2.matcher.describe.LinesComparisonResult
case class LinesComparisonResult[T](actual: List[T], expected: List[T])(using evidence$1: Diffable[T]) extends ComparisonResult

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def identical: Boolean
def render: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(indent: String): String

Attributes

Inherited from:
ComparisonResult