This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain allOf List(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain inOrder List(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain inOrderOnly Map(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain key ("one")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain noneOf Map(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain oneOf Map(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain only Map(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain theSameElementsAs List(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain theSameElementsAs List(1 -> "one", 2 -> "two", 3 -> "three")
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfMap) must contain value (1)
^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
InspectorsMatchersfor an overview of the matchers DSL.