Class LogicalOr
java.lang.Object
com.github.tomakehurst.wiremock.matching.ContentPattern<String>
com.github.tomakehurst.wiremock.matching.StringValuePattern
com.github.tomakehurst.wiremock.matching.AbstractLogicalMatcher
com.github.tomakehurst.wiremock.matching.LogicalOr
- All Implemented Interfaces:
NamedValueMatcher<String>,ValueMatcher<String>
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.matching.AbstractLogicalMatcher
operandsFields inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
expectedValue -
Constructor Summary
ConstructorsConstructorDescriptionLogicalOr(StringValuePattern... operands) LogicalOr(List<StringValuePattern> operands) -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.matching.AbstractLogicalMatcher
getExpectedMethods 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, isNullValuePermitted
-
Constructor Details
-
LogicalOr
-
LogicalOr
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classAbstractLogicalMatcher
-
getOr
-
match
-