SeqDifference

org.specs2.matcher.describe.SeqDifference
case class SeqDifference(result: Seq[ComparisonResult], added: Seq[Any], removed: Seq[Any]) extends OrderedCollectionDifferent[Any], ListTypeProvider

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Definition Classes
Inherited from:
OrderedCollectionDifferent
override def render: String

Attributes

Definition Classes
Inherited from:
OrderedCollectionDifferent

Inherited fields

val className: String

Attributes

Inherited from:
ListTypeProvider
val identical: Boolean

Attributes

Inherited from:
DifferentComparisonResult