| java.lang.Object com.tc.test.collections.CollectionComparer com.tc.test.collections.UnorderedCollectionComparer com.tc.test.collections.UnorderedUncountedCollectionComparer
UnorderedUncountedCollectionComparer | public class UnorderedUncountedCollectionComparer extends UnorderedCollectionComparer (Code) | | An
UnorderedCollectionComparer that further ignores whether the two collections have different numbers of
instances of the same object, as long as both collections have at least one of that object. (In other words, [ 'A',
'A', 'B', 'C' ] compares equal to [ 'A', 'B', 'C', 'C' ], but not [ 'A', 'A', 'C' ].)
|
mismatchedNumbers | protected void mismatchedNumbers(Object[] collectionOne, List mismatches, int i, int numberInOne, int numberInTwo)(Code) | | |
|
|