Info
Version: | 1.0.1 |
Author(s): | Mike Hingley |
Last Update: | Monday, August 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TitaniumBunker/PhonySession |
NuGet Url: | https://www.nuget.org/packages/PhonySession |
Install
Install-Package PhonySession
dotnet add package PhonySession
paket add PhonySession
PhonySession Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.AspNet.Razor(>= 3.2.3)
- Microsoft.AspNet.WebPages(>= 3.2.3)
- Microsoft.Web.Infrastructure(>= 1.0.0)
Any controller code that relies on a Request object will typically fail under test conditions. This library allows a fake connection to be created.