.NET Unit test helpers for ASP.NET MVC routing and for asserting that ASP.NET MVC controller actions return expected results.
Info
Version: | 1.6.8 |
Author(s): | Brian Schroer |
Last Update: | Friday, March 5, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BrianSchroer/sparky-test-helpers |
NuGet Url: | https://www.nuget.org/packages/SparkyTestHelpers.AspNetMvc |
Install
Install-Package SparkyTestHelpers.AspNetMvc
dotnet add package SparkyTestHelpers.AspNetMvc
paket add SparkyTestHelpers.AspNetMvc
SparkyTestHelpers.AspNetMvc Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(>= 5.2.4)
- Microsoft.AspNet.WebApi.Core(>= 5.2.6)
Tags