PawelAdamski/HttpClientMock

Handle url-s with parameter

Closed this issue · 1 comments

mock.post("http://www.example.com?foo=bar")
should be equivalent to
mock.post("http://www.example.com").withParameter("foo","bar")

Fixed in version 0.6.0