testtools.matchers._datastructures.MatchesSetwise(object)
class documentationtesttools.matchers._datastructures
(View In Hierarchy)
Matches if all the matchers match elements of the value being matched.
That is, each element in the 'observed' set must match exactly one matcher from the set of matchers, with no matchers left over.
The difference compared to MatchesListwise
is that the order of the
matchings does not matter.