public class MultiValueMapMatcher extends NotMatcher<List<KeyToMultiValue>>
logger| Constructor and Description |
|---|
MultiValueMapMatcher(CaseInsensitiveRegexMultiMap multiMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(KeyToMultiValue... values) |
boolean |
matches(List<KeyToMultiValue> values) |
notaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic MultiValueMapMatcher(CaseInsensitiveRegexMultiMap multiMap)
public boolean matches(KeyToMultiValue... values)
public boolean matches(List<KeyToMultiValue> values)
Copyright © 2018. All rights reserved.