Class SectionDelimiter
- java.lang.Object
-
- com.github.tomakehurst.wiremock.verification.diff.SectionDelimiter
-
public class SectionDelimiter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected NamedValueMatcher<V>patternprotected java.lang.StringprintedPatternValueprotected java.lang.StringrequestAttributeprotected Vvalue
-
Constructor Summary
Constructors Constructor Description SectionDelimiter(java.lang.String title)SectionDelimiter(java.lang.String left, java.lang.String right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetActual()java.lang.StringgetMessage()java.lang.StringgetPrintedPatternValue()java.lang.StringgetRequestAttribute()protected booleanisExactMatch()booleanisForNonMatch()
-
-
-
Field Detail
-
requestAttribute
protected final java.lang.String requestAttribute
-
pattern
protected final NamedValueMatcher<V> pattern
-
value
protected final V value
-
printedPatternValue
protected final java.lang.String printedPatternValue
-
-
Method Detail
-
isExactMatch
protected boolean isExactMatch()
-
getRequestAttribute
public java.lang.String getRequestAttribute()
-
getActual
public java.lang.Object getActual()
-
getPrintedPatternValue
public java.lang.String getPrintedPatternValue()
-
isForNonMatch
public boolean isForNonMatch()
-
getMessage
public java.lang.String getMessage()
-
-