In ASP.NET MVC, I can get information on unit testing for routes and custom routes, but I can not figure out how to do unit testing for IgnoreRoute.
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
Practical code is much appreciated.
ASP.NET MVC Framework (Part 2): URL Routing