Class DiffDescriptionLine<T>
java.lang.Object
com.github.tomakehurst.wiremock.verification.diff.DiffDescriptionLine<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final NamedValueMatcher<T>protected final Stringprotected final Stringprotected final T -
Constructor Summary
ConstructorsConstructorDescriptionDiffDescriptionLine(MatchResult.DiffDescription diffDescription, String requestAttribute, Boolean isExactMatch) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean
-
Field Details
-
requestAttribute
-
pattern
-
value
-
printedPatternValue
-
-
Constructor Details
-
DiffDescriptionLine
public DiffDescriptionLine(MatchResult.DiffDescription diffDescription, String requestAttribute, Boolean isExactMatch)
-
-
Method Details
-
getActual
-
getMessage
-
isExactMatch
protected boolean isExactMatch() -
getRequestAttribute
-
getPrintedPatternValue
-
isForNonMatch
public boolean isForNonMatch() -
getDiffDescriptions
-
getMatchResult
-