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