Class BinaryEqualToPattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.ContentPattern<byte[]>
com.github.tomakehurst.wiremock.matching.BinaryEqualToPattern
- All Implemented Interfaces:
NamedValueMatcher<byte[]>,ValueMatcher<byte[]>
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
expectedValue -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
getValue, isNullValuePermitted
-
Constructor Details
-
BinaryEqualToPattern
public BinaryEqualToPattern(byte[] expected) -
BinaryEqualToPattern
-
-
Method Details
-
match
-
getName
-
getExpected
-
getBinaryEqualTo
-
toString
-
equals
- Overrides:
equalsin classContentPattern<byte[]>
-
hashCode
public int hashCode()- Overrides:
hashCodein classContentPattern<byte[]>
-