MvcRouteUnitTester NuGet Package

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.




Got any MvcRouteUnitTester Question?





Info

Version: 0.9.2
Author(s): Lee Dumond
Last Update: Friday, April 27, 2012
.NET Fiddle: Create the first Fiddle
Project Url: http://mvcrouteunittester.codeplex.com
NuGet Url: https://www.nuget.org/packages/MvcRouteUnitTester


Install
Install-Package MvcRouteUnitTester
dotnet add package MvcRouteUnitTester
paket add MvcRouteUnitTester
MvcRouteUnitTester Download (Unzip the "nupkg" after downloading)

  • Moq(4.0.10827)


Tags



STATS

must-have-score

.3

avg-downloads-per-day

24

days-since-last-release

4354