• Post Calendar

    February 2012
    S M T W T F S
    « Dec    
     1234
    567891011
    12131415161718
    19202122232425
    26272829  

Posts Tagged ‘TDD’


Testing HtmlHelper in MVC 2 RC 2

Technorati Tags: MVC,TDD,Mock,Moq I strive to use TDD (Test Driven Development) so not having unit tests drives me crazy. I was so pleased to run across this post http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq making it easy for me to unit test the Html Helper. But then I downloaded the MVC 2 RC 2 and all my unit tests for [...]