Skip to content

Releases: testablehttpclient/TestableHttpClient

TestableHttpClient version 0.3

Choose a tag to compare

@dnperfors dnperfors released this 24 May 12:52
36d77bd

We are happy to announce another release. This release contains a simple bugfix to improve the error messages of the NFluent checks, several breaking changes to make the API consistent and several improvements in the repository.

For a complete list of change, see the milestone for version 0.3.

Breaking changes

This release contains several breaking changes as described in #40. All old methods are marked with the ObsoleteAttribute and will generate a compiler error with a message telling which method to use instead.

TestableHttpClient version 0.1

Choose a tag to compare

@dnperfors dnperfors released this 26 Mar 20:10
1942bcd

We are happy to announce the initial release of TestableHttpClient. Please read the README on how to use it.

Included features:

  • Specify a default response to return.
  • Assert that specific requests have been made using:
    • Exact URL
    • URL with pattern
    • Availability of headers
    • Availability of content