This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain allOf (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain inOrder (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain inOrderOnly (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain noneOf (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain oneOf (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain only (1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should contain theSameElementsAs List(1, 2, 3)
^
This method enables the following syntax:
This method enables the following syntax:
all(colOfTraversable) should 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.