AnthonySteele / MvcRouteTester

A library for unit testing ASP MVC route tables for both Web and API Routes
Apache License 2.0
105 stars 43 forks source link

Url Generation on routes with constraints #31

Closed jkpindahbc closed 10 years ago

jkpindahbc commented 10 years ago

The url generation testing don't seem to work with routes that have constraints. Specifically, they mocking in your system will override any mocking done prior to executing the test. I imagine there may be a work around, it just isn't obvious to me.

jkpindahbc commented 10 years ago

User error.