Class MultipleMatchMultiValuePattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.MultiValuePattern
com.github.tomakehurst.wiremock.matching.MultipleMatchMultiValuePattern
- All Implemented Interfaces:
NamedValueMatcher<MultiValue>,ValueMatcher<MultiValue>
- Direct Known Subclasses:
ExactMatchMultiValuePattern,IncludesMatchMultiValuePattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansince this method will only be used by diff in case of multiple match values, so returning empty.getName()abstract List<StringValuePattern>inthashCode()match(MultiValue value) Methods inherited from class com.github.tomakehurst.wiremock.matching.MultiValuePattern
absent, getBestMatch, of
-
Constructor Details
-
MultipleMatchMultiValuePattern
public MultipleMatchMultiValuePattern()
-
-
Method Details
-
getName
-
getExpected
since this method will only be used by diff in case of multiple match values, so returning empty. For other patterns, it should not return empty value- Returns:
- expected value
-
match
-
getValues
-
getOperator
-
equals
-
hashCode
public int hashCode()
-