public class NamedCustomMatcherLine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected NamedValueMatcher<V> |
pattern |
protected java.lang.String |
printedPatternValue |
protected java.lang.String |
requestAttribute |
protected V |
value |
Constructor and Description |
---|
NamedCustomMatcherLine(RequestMatcherExtension customMatcher,
Parameters parameters,
Request request) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getActual() |
java.lang.String |
getMessage() |
java.lang.String |
getPrintedPatternValue() |
java.lang.String |
getRequestAttribute() |
protected boolean |
isExactMatch() |
boolean |
isForNonMatch() |
protected final java.lang.String requestAttribute
protected final NamedValueMatcher<V> pattern
protected final V value
protected final java.lang.String printedPatternValue
public NamedCustomMatcherLine(RequestMatcherExtension customMatcher, Parameters parameters, Request request)
protected boolean isExactMatch()
public java.lang.String getRequestAttribute()
public java.lang.Object getActual()
public java.lang.String getPrintedPatternValue()
public boolean isForNonMatch()
public java.lang.String getMessage()