aharonha / collection-matcher

a junit matcher that can match items in a collection. the items can differ in some fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the matcher reusable when re-invoking with more comparators

aharonha opened this issue · comments

When calling the method once again, it should process the matching items with more comparators. The name of comparator that fails the comparison should be added to failure report.