Machine.Specifications.Mvc4
1.5.11
dotnet add package Machine.Specifications.Mvc4 --version 1.5.11
NuGet\Install-Package Machine.Specifications.Mvc4 -Version 1.5.11
<PackageReference Include="Machine.Specifications.Mvc4" Version="1.5.11" />
paket add Machine.Specifications.Mvc4 --version 1.5.11
#r "nuget: Machine.Specifications.Mvc4, 1.5.11"
// Install Machine.Specifications.Mvc4 as a Cake Addin #addin nuget:?package=Machine.Specifications.Mvc4&version=1.5.11 // Install Machine.Specifications.Mvc4 as a Cake Tool #tool nuget:?package=Machine.Specifications.Mvc4&version=1.5.11
Machine.Specifications.Mvc is a set of extensions for testing ASP.Net MVC specific types.
It aims to ease the testing of ActionResult objects returned from MVC Controllers by providing an Machine.Specifications (MSpec) BDD syntax over these types.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Machine.Specifications (>= 0.6.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Refactored "And" objects to a single generic object. Some return types in ActionResultExtensions (i.e. ViewResultAnd became ActionResultAnd<ViewResult>), so it could break someone's code if they wrote extension methods based on those return types.