This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain allElementsOf List(1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain allOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain (3 - 1) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain atLeastOneElementOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain atLeastOneOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain atMostOneOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain atMostOneOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain inOrder (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain inOrderElementsOf List(1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain inOrderOnly (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain key ("one")
^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain noElementsOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain noneOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain oneElementOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain oneOf (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain only (1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain theSameElementsAs List(1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain theSameElementsInOrderAs List(1, 2, 3) ^
This method enables the following syntax given a MatcherFactory8
:
This method enables the following syntax given a MatcherFactory8
:
aMatcherFactory and contain value (1)
^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.