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 Serializabletrait Producttrait Equalstrait MapTypeProvidertrait ComparisonResultclass Objecttrait Matchableclass Any
Members list
In this article