Function | ContainsAll | Make a matcher that checks whether a list of things is contained in another thing. |
Class | MatchesListwise | Matches if each matcher matches the corresponding value. |
Class | MatchesStructure | Matcher that matches an object structurally. |
Class | MatchesSetwise | Matches if all the matchers match elements of the value being matched. |