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