Class SectionDelimiter

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

public class SectionDelimiter extends Object
  • Field Details

    • requestAttribute

      protected final String requestAttribute
    • pattern

      protected final NamedValueMatcher<String> pattern
    • value

      protected final String value
    • printedPatternValue

      protected final String printedPatternValue
  • Constructor Details

    • SectionDelimiter

      public SectionDelimiter(String title)
    • SectionDelimiter

      public SectionDelimiter(String left, String right)
  • 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()