Skip to main content

Both the Matcher and the ChangeDetector will compare all list items if the AttributeMatchingStrategy is set to 'Match All Attributes' or 'All Except Selected Attributes'. It doesn't appear to be possible to select an entire list as a selected attribute however, the interface always asks to specify elements, is there no way to specify all list elements? Assume the list length is unknown so it's not possible to specify a range

Yeah - I see what you mean - seem like a bit of a shortcoming. Tried it myself and couldn't see a way to do it. The only way I can really see to do it would be to use a ListConcatenator first and then compare the result.


Reply