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[]>

public class BinaryEqualToPattern extends ContentPattern<byte[]>
  • Constructor Details

    • BinaryEqualToPattern

      public BinaryEqualToPattern(byte[] expected)
    • BinaryEqualToPattern

      public BinaryEqualToPattern(String expected)
  • Method Details