This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain a (validNumber))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain allOf (1, 2, 3))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain an (invalidNumber))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain (3 - 1))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain inOrder (1, 2, 3))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain inOrderOnly (1, 3))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain key ("one"))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain noneOf (7, 8, 9))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain oneOf (1, 3, 3))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain only (3, 1))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain theSameElementsAs List(1, 2, 3))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain theSameIteratedElementsAs List(1, 2, 3))
^
This method enables the following syntax given a MatcherFactory2:
This method enables the following syntax given a MatcherFactory2:
(aMatcherFactory or contain value (1))
^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchersfor an overview of the matchers DSL.