TestableHttpClient version 0.5
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
Withhas been renamed toWithFilter - The method
Timeshas been replaced by overloads on theWith*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