MvcRouteUnitTester 0.9.2
dotnet add package MvcRouteUnitTester --version 0.9.2
NuGet\Install-Package MvcRouteUnitTester -Version 0.9.2
<PackageReference Include="MvcRouteUnitTester" Version="0.9.2" />
paket add MvcRouteUnitTester --version 0.9.2
#r "nuget: MvcRouteUnitTester, 0.9.2"
// Install MvcRouteUnitTester as a Cake Addin #addin nuget:?package=MvcRouteUnitTester&version=0.9.2 // Install MvcRouteUnitTester as a Cake Tool #tool nuget:?package=MvcRouteUnitTester&version=0.9.2
MVC Route Unit Tester provides convenient, easy to use methods that let you unit test the route table in your ASP.NET MVC application, including Area routes. Unlike many libraries, this lets you test routes both ways -- both incoming and outgoing. You can specify an incoming request and make one of several assertions about the outcome; such that the request matches a given route, matches no routes, or that it is ignored by the routing system. You can also specify route data and assert that a given URL will be generated by your application. Works with any unit testing library you choose, such as MSTest, NUnit, xUnit, mbUnit, and others. See the Project site for usage details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Moq (>= 4.0.10827)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.2 | 161,059 | 4/27/2012 |
0.9.1 | 3,140 | 1/12/2012 |
0.9.0.1 | 1,578 | 12/8/2011 |
0.9.0 | 1,520 | 12/5/2011 |
0.8.5.2 | 1,587 | 12/1/2011 |
0.8.5.1 | 1,494 | 11/29/2011 |
0.8.5 | 1,565 | 11/28/2011 |
0.8.4 | 1,518 | 11/28/2011 |
0.8.3.3 | 1,516 | 11/26/2011 |
0.8.3.1 | 1,484 | 11/26/2011 |
0.8.2 | 1,510 | 11/25/2011 |
0.8.1 | 1,533 | 11/21/2011 |
0.8.0.1 | 1,567 | 11/20/2011 |
0.9.2.0: Exposes the HTTP context on the RouteInfo and RequestInfo objects. This provides an extensibility point which allows the user to customize the HTTP context used for tests.