T - the record typepublic class EqualityValueMatcher<T> extends Object implements FuzzyValueMatcher<T>
| Constructor and Description |
|---|
EqualityValueMatcher(Equaler<T> recordEqualer)
Initializes EqualityValueMatcher.
|
| 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.
|
public void removeMatchingValues(TypeConfig<T> typeConfig, Collection<T> expectedValues, Collection<T> actualValues)
FuzzyValueMatcherremoveMatchingValues in interface FuzzyValueMatcher<T>expectedValues - a bag of expected valuesactualValues - a bag of actual valuesCopyright © 2014. All rights reserved.