Is there any good ASP.Net MVC project with TDD & MOQ Source code available?

Posted by melaos on Stack Overflow See other posts from Stack Overflow or by melaos
Published on 2010-05-05T09:06:47Z Indexed on 2010/05/05 9:08 UTC
Read the original article Hit count: 281

hi guys, i'm starting to learn TDD, Unit-testing on asp.net mvc and i'm trying to pickup all these mocking via MOQ.

so i'm looking for any good asp.net mvc projects which source codes are made available to mere mortals like me :)

i've found some good asp.net mvc source codes but not those that uses MOQ specifically.

So does anybody know any good open source asp.net mvc project which have good test/tdd examples using MOQ?

© Stack Overflow or respective owner

Related posts about moq

Related posts about asp.net-mvc