About the author

Steven Harmansteven harman :: makes sweet software with computers!

For recent posts and more about me, scroll to the bottom.

Sponsors

Subscribe

  • Subscribe to my feed. via RSS
  • Subscribe via email via email

aspnetmvc

There are 1 entries for the tag aspnetmvc

A Little More Sugar for Testing Routes in asp.net MVC

The other day I was spec’ing out some new routes for my application and I wanted to make sure certain routes were ignored. Not happy with the disgustingly-verbose way of testing routes OOTB with asp.net MVC, I decided to lean on the great work Ben Schierman did in his fluent route testing extensions. I whipped together a quick extension method that allows me to do the following: 1: public class when_requesting_a_gif_file : with_routes_configured ...