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)
Dependencies
- Moq(4.0.10827)
Tags
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.