FakeHttpMessageHandler seamlessly fakes http request sent from System.Net.Http.HttpClient for purpose of unit testing code that previously could only be integration tested.
Info
| Version: | 1.0.1 |
| Author(s): | FakeHttpMessageHandler |
| Last Update: | Saturday, December 15, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/alexzheludov/FakeHttpMessageHandler |
| NuGet Url: | https://www.nuget.org/packages/FakeHttpMessageHandler |
Install
Install-Package FakeHttpMessageHandler
dotnet add package FakeHttpMessageHandler
paket add FakeHttpMessageHandler
FakeHttpMessageHandler Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.1)
Tags