This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain allOf (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain inOrder (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain inOrderOnly (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain noneOf (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain oneOf (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain only (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain theSameElementsAs List(1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) must contain theSameElementsInOrderAs List(1, 2, 3)
^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
InspectorsMatchersfor an overview of the matchers DSL.