Skip to content

TestableHttpClient version 0.5

Choose a tag to compare

@dnperfors dnperfors released this 25 Jun 17:44
· 135 commits to master since this release
d36ea8f

This release introduces an NFluent interface for verifying calls made to the TestableHttpMessageHandler, the API for NFluent is mostly the same as originally.

We introduced two breaking changes:

  • The method With has been renamed to WithFilter
  • The method Times has been replaced by overloads on the With* methods, where you now can specify the number of requests that should have been made. This makes it possible to test that no requests are made.

For more details, you can look at the Changelog or the Milestone