Skip to content

Commit 9cb37a5

Browse files
authored
Update README.md (#265)
1 parent 83798a8 commit 9cb37a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TestableHttpClient
22

3-
![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)
3+
![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)
44

55
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.
66

0 commit comments

Comments
 (0)