Testing the OnActionExecuting event of a Controller
Unfortunately the images to this post were lost during the migration from Blogengine.Net to WordPress
I was doing a bit of refactoring on an ASP.NET MVC web application and was using the OnActionExecuting event in a controller to do authentication. I had not yet written a test for