ListExpectation<Return, Param> extension

Matchers for Lists

on

Methods

contains(Param expected) → Return
Returns a matcher that matches if the match argument contains the expected value.
containsAll(List<Param> expected) → Return
Matches Iterables which contain an element matching every value in expected in any order, and may contain additional values.