Info
| Version: | 1.3.0 | 
| Author(s): | RedIsDev | 
| Last Update: | Friday, May 10, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://redisdev.github.io/FakeApi/ | 
| NuGet Url: | https://www.nuget.org/packages/FakeApi | 
Install
Install-Package FakeApi
                        dotnet add package FakeApi
                        paket add FakeApi
                        
                                FakeApi Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Newtonsoft.Json(>= 12.0.2)
 - Moq(>= 4.10.1)
 
Tags
                
You can mock all available properties from HttpWebResponse .Net object with a json configuration file. This tool is not intrusive.
With dependency injection you can simply switch between your own implementation of IHttpRequester and the implementation contained in this package.