case class LinesContentDifference(lines1: Seq[String], lines2: Seq[String], all: Boolean = true, ordered: Boolean = true) extends ContentDifference with Product with Serializable
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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinesContentDifference
- Serializable
- Product
- Equals
- ContentDifference
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LinesContentDifference(lines1: Seq[String], lines2: Seq[String], all: Boolean = true, ordered: Boolean = true)
Type Members
- type Difference = LineComparison
- Definition Classes
- LinesContentDifference → ContentDifference
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val all: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isEmpty: Boolean
- returns
true if there is no difference in 2 contents
- Definition Classes
- LinesContentDifference → ContentDifference
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lines1: Seq[String]
- val lines2: Seq[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val numberedLines1: IndexedSeq[NumberedLine]
- val numberedLines2: IndexedSeq[NumberedLine]
- val ordered: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val show: Diffs
- returns
a list of differences between content1 and content2
- Definition Classes
- LinesContentDifference → ContentDifference
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated