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