| Constructor and Description |
|---|
Path() |
Path(java.lang.String key,
org.hamcrest.Matcher<?> matcher,
java.lang.Object additionalKeyMatcherPairs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
void |
setKey(java.lang.String p) |
void |
verify(Response response)
Function for response verification.
|
public Path()
public Path(java.lang.String key,
org.hamcrest.Matcher<?> matcher,
java.lang.Object additionalKeyMatcherPairs)
public java.lang.String getKey()
public void setKey(java.lang.String p)
public void verify(Response response)
Function for response verification.
response - Response of your request.