Class InlineCustomMatcherLine

java.lang.Object
com.github.tomakehurst.wiremock.verification.diff.InlineCustomMatcherLine

public class InlineCustomMatcherLine extends Object
  • Field Details

    • requestAttribute

      protected final String requestAttribute
    • pattern

      protected final NamedValueMatcher<Request> pattern
    • value

      protected final Request value
    • printedPatternValue

      protected final String printedPatternValue
  • Constructor Details

  • Method Details

    • getRequestAttribute

      public String getRequestAttribute()
    • getActual

      public Object getActual()
    • getPrintedPatternValue

      public String getPrintedPatternValue()
    • isForNonMatch

      public boolean isForNonMatch()
    • isExactMatch

      protected boolean isExactMatch()
    • getMessage

      public String getMessage()