Class NamedCustomMatcherLine

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

public class NamedCustomMatcherLine 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

    • isExactMatch

      protected boolean isExactMatch()
    • getRequestAttribute

      public String getRequestAttribute()
    • getActual

      public Object getActual()
    • getPrintedPatternValue

      public String getPrintedPatternValue()
    • isForNonMatch

      public boolean isForNonMatch()
    • getMessage

      public String getMessage()