This method enables the following syntax:
This method enables the following syntax:
option should contain allElementsOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain allOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain atLeastOneElementOf List(1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain atLeastOneOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
all(xs) should contain atMostOneElementOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
all(xs) should contain atMostOneOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain inOrder (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain inOrderElementsOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain inOrderOnly (1, 2) ^
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:
option should contain noElementsOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain noneOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain oneElementOf List(1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain oneOf (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain only (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain theSameElementsAs (1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
option should contain theSameElementsInOrderAs (1, 2) ^
Overrides to return pretty toString.
Overrides to return pretty toString.
"ResultOfContainWordForCollectedAny([collected], [xs], [shouldBeTrue])"
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
InspectorsMatchers
for an overview of the matchers DSL.