Unit Testing ASP.NET MVC Controller Action contains specific ActionFilter Attributes
ActionFilters in ASP.NET MVC are great. You can now easily share logic between controllers without having to inherit from a base controller, that does the common work. I have a content heavy