![]() |
VOOZH | about |
dotnet add package Machine.Specifications.Mvc --version 1.5.51.2
NuGet\Install-Package Machine.Specifications.Mvc -Version 1.5.51.2
<PackageReference Include="Machine.Specifications.Mvc" Version="1.5.51.2" />
<PackageVersion Include="Machine.Specifications.Mvc" Version="1.5.51.2" />Directory.Packages.props
<PackageReference Include="Machine.Specifications.Mvc" />Project file
paket add Machine.Specifications.Mvc --version 1.5.51.2
#r "nuget: Machine.Specifications.Mvc, 1.5.51.2"
#:package Machine.Specifications.Mvc@1.5.51.2
#addin nuget:?package=Machine.Specifications.Mvc&version=1.5.51.2Install as a Cake Addin
#tool nuget:?package=Machine.Specifications.Mvc&version=1.5.51.2Install as a Cake Tool
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.
v1.0.2.0 - Added support for Partial View (ShouldBeAPartialView)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net net is compatible. |
This package is not used by any NuGet packages.
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.