Info
Version: | 1.0.8 |
Author(s): | i-e-b |
Last Update: | Wednesday, May 30, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/i-e-b/MvcIntegrationTestFramework |
NuGet Url: | https://www.nuget.org/packages/MvcIntegrationTestFramework |
Install
Install-Package MvcIntegrationTestFramework
dotnet add package MvcIntegrationTestFramework
paket add MvcIntegrationTestFramework
MvcIntegrationTestFramework 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.AspNet.Web.Optimization(>= 1.1.3)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- WebGrease(>= 1.6.0)
Tags
Allows you to fully integration test an MVC web project without needing to host under IIS or similar. Allows access to both server state and client responses in a single assertion.