weixin_39872624 2020-11-21 15:56 采纳率: 0%
浏览 0

Feature/query parameters

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

  • 写回答

7条回答 默认 最新

  • weixin_39872624 2020-11-21 15:56
    关注

    Similar to #40, I don't seem to be able to reproduce the lint errors locally. I can fix them, but I just need to know what's causing them (I can't see the report(s), either on CircleCI).

    评论

报告相同问题?