Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TestableHttpClient

![GitHub](https://img.shields.io/github/license/testablehttpclient/TestableHttpClient) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/testablehttpclient/TestableHttpClient/ci.yaml) ![Nuget](https://img.shields.io/nuget/v/TestableHttpClient) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4010/badge)](https://bestpractices.coreinfrastructure.org/projects/4010)
![GitHub](https://img.shields.io/github/license/testablehttpclient/TestableHttpClient) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/testablehttpclient/TestableHttpClient/ci.yml) ![Nuget](https://img.shields.io/nuget/v/TestableHttpClient) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4010/badge)](https://bestpractices.coreinfrastructure.org/projects/4010)

Creating unittest for code that uses `HttpClient` can be difficult to test. It requires a custom HttpMessageHandler or a mocked version. TestableHttpClient provides a testable version of HttpMessageHandler and several helper functions to configure the `TestableHttpHandler` and several ways to assert which requests were made.

Expand Down