Matcher everyElement(matcher)

Returns a matcher which matches Iterables in which all elements match the given matcher.

Source

Matcher everyElement(matcher) => new _EveryElement(wrapMatcher(matcher));