MockServerHttpRequest builder supports query params

Issue: SPR-16280
This commit is contained in:
Rossen Stoyanchev
2017-12-19 15:38:12 -05:00
parent 6df1a7874a
commit a8cf275aed
4 changed files with 126 additions and 18 deletions

View File

@@ -632,7 +632,7 @@ public class UriComponentsBuilder implements UriBuilder, Cloneable {
* Append the given query parameter to the existing query parameters. The
* given name or any of the values may contain URI template variables. If no
* values are given, the resulting URI will contain the query parameter name
* only (i.e. {@code ?foo} instead of {@code ?foo=bar}.
* only (i.e. {@code ?foo} instead of {@code ?foo=bar}).
* @param name the query parameter name
* @param values the query parameter values
* @return this UriComponentsBuilder