Unit Testing the Views?

前端 未结 5 623
天命终不由人
天命终不由人 2020-12-14 17:27

Any idea on how to unit test the views in ASP.NET MVC?

I am sick of encountering the yellow screen of death when I launch my MVC project just because I forget to upd

5条回答
  •  無奈伤痛
    2020-12-14 18:12

    S. Walther has something that addresses this, but it looks a little cumbersome... http://stephenwalther.com/archive/2008/07/26/asp-net-mvc-tip-25-unit-test-your-views-without-a-web-server

    I'm gonna look into this some more...seems like a reasonable thing to do...

提交回复
热议问题