T - the record typepublic interface FuzzyValueMatcher<T>
ValueSimilaritys to match a bag of expected values with a bag of
actual values.| Modifier and Type | Method and Description |
|---|---|
void |
removeMatchingValues(TypeConfig<T> typeConfig,
Collection<T> expectedValues,
Collection<T> actualValues)
Removes all pairs of matching items from the two collections.
|
void removeMatchingValues(TypeConfig<T> typeConfig, Collection<T> expectedValues, Collection<T> actualValues)
expectedValues - a bag of expected valuesactualValues - a bag of actual valuesCopyright © 2014. All rights reserved.