LinesContentDifference

case
class LinesContentDifference(lines1: Seq[String], lines2: Seq[String], all: Boolean, ordered: Boolean) extends ContentDifference

This class shows the differences between 2 sequences of lines.

  • if all is false we expect possibly more lines in lines2
  • if ordered is false we expect the lines of lines1 to appear in any order in lines2
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

def isEmpty: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val numberedLines1: IndexedSeq[NumberedLine]
val numberedLines2: IndexedSeq[NumberedLine]
lazy
val show: Seq[Difference]