LinesComparisonResult

case class LinesComparisonResult[T](actual: List[T], expected: List[T])(using evidence$1: Diffable[T]) extends ComparisonResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def identical: Boolean
def render: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def render(indent: String): String
Inherited from:
ComparisonResult