Info
Version: | 1.2.52 |
Author(s): | davyd |
Last Update: | Monday, October 10, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fluffynuts/PeanutButter |
NuGet Url: | https://www.nuget.org/packages/PeanutButter.TestUtils.MVC.NugetPackage |
Install
Install-Package PeanutButter.TestUtils.MVC.NugetPackage
dotnet add package PeanutButter.TestUtils.MVC.NugetPackage
paket add PeanutButter.TestUtils.MVC.NugetPackage
PeanutButter.TestUtils.MVC.NugetPackage Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Identity.Core(>= 2.2.1)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.AspNet.Razor(>= 3.2.3)
- Microsoft.AspNet.WebPages(>= 3.2.3)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- Newtonsoft.Json(>= 4.5.11)
- NSubstitute(>= 1.10.0)
- JsonResultExtensions let you .Get("(property name)") on JsonResults
from an MVC controller action to easily fetch values from the Json result
- ControllerWithContextBuilder facilitates testing of controllers which require
a valid context, user, roles, etc.