org.specs2.text.LinesContentDifference
See theLinesContentDifference companion object
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
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContentDifferenceclass Objecttrait Matchableclass Any
Members list
In this article