0
kicks
ASP.NET MVC Tip #25 – Unit Test Your Views without a Web Server
In this tip, Stephen Walther demonstrates how you can unit test ASP.NET MVC views without running a Web server. He shows you how to unit test views by creating a custom MVC View Engine and a fake Controller Context.