Flurl.Http 1.1.1
tmenier
released this
24 Nov 01:49
·
658 commits
to master
since this release
- Added more variations of query param asserts (#102)
- Added
HttpTest.ShouldHaveMadeACall()
andHttpTest.ShouldNotHaveMadeACall()
- Added
HttpCallAssertion.Without(Func<HttpCall, bool> match)
for testing "not" conditions HttpCall.Url
is now aFlurl.Url
object instead of a string (non-breaking sinceUrl
implicitly converts to string)- Better messages when Flurl's call assertions fail