Class InlineCustomMatcherLine
java.lang.Object
com.github.tomakehurst.wiremock.verification.diff.InlineCustomMatcherLine
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final NamedValueMatcher<Request>protected final Stringprotected final Stringprotected final Request -
Constructor Summary
ConstructorsConstructorDescriptionInlineCustomMatcherLine(ValueMatcher<Request> customMatcher, Request request) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean
-
Field Details
-
requestAttribute
-
pattern
-
value
-
printedPatternValue
-
-
Constructor Details
-
InlineCustomMatcherLine
-
-
Method Details
-
getRequestAttribute
-
getActual
-
getPrintedPatternValue
-
isForNonMatch
public boolean isForNonMatch() -
isExactMatch
protected boolean isExactMatch() -
getMessage
-
getDiffDescriptions
-
getMatchResult
-