| Constructor and Description |
|---|
UrlEncodedFormCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExpectedParameter(String name,
org.hamcrest.Matcher<String> matcher)
Adds an expected form parameter.
|
void |
addExpectedParameters(ParametersMatcher parameters)
Adds expected form parameters.
|
void |
debug(Request r,
Debugger debugger) |
boolean |
matches(Request r) |
void |
setAllowExtraParameters(boolean allowExtraParameters) |
public void addExpectedParameter(String name, org.hamcrest.Matcher<String> matcher)
name - the parameter namematcher - the expected valuepublic void addExpectedParameters(ParametersMatcher parameters)
parameters - the expected parameterspublic void setAllowExtraParameters(boolean allowExtraParameters)
Copyright © 2020. All rights reserved.