MapDifference

org.specs2.matcher.describe.MapDifference
case class MapDifference(same: Seq[(Any, Any)], changed: Seq[(Any, ComparisonResult)], added: Seq[(Any, Any)], removed: Seq[(Any, Any)]) extends UnorderedCollectionDifferent[(Any, Any), (Any, ComparisonResult)], MapTypeProvider

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:
UnorderedCollectionDifferent
override def render: String

Attributes

Definition Classes
Inherited from:
UnorderedCollectionDifferent

Inherited fields

val className: String

Attributes

Inherited from:
MapTypeProvider
val identical: Boolean

Attributes

Inherited from:
DifferentComparisonResult