Adds two methods: hasQueryParameters()
and hasQueryParameters(AbstractMap.SimpleEntry<String, String> params...)
. The latter version checks whether the request has exactly the query parameters specified, whereas the former checks whether there are any parameters given at all.
该提问来源于开源项目:andrzejchm/RESTMock