Class AbstractLogicalMatcher
java.lang.Object
com.github.tomakehurst.wiremock.matching.ContentPattern<String>
com.github.tomakehurst.wiremock.matching.StringValuePattern
com.github.tomakehurst.wiremock.matching.AbstractLogicalMatcher
- All Implemented Interfaces:
NamedValueMatcher<String>,ValueMatcher<String>
- Direct Known Subclasses:
LogicalAnd,LogicalOr
-
Field Summary
FieldsFields inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
expectedValue -
Constructor Summary
ConstructorsConstructorDescriptionAbstractLogicalMatcher(StringValuePattern... operands) AbstractLogicalMatcher(List<StringValuePattern> operands) -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.matching.StringValuePattern
and, equals, getName, hashCode, isAbsent, isPresent, nullSafeIsAbsent, or, toStringMethods inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
getValue, isNullValuePermittedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match
-
Field Details
-
operands
-
-
Constructor Details
-
AbstractLogicalMatcher
-
AbstractLogicalMatcher
-
-
Method Details
-
getExpected
- Specified by:
getExpectedin interfaceNamedValueMatcher<String>- Overrides:
getExpectedin classStringValuePattern
-
getOperationName
-