views:

106

answers:

1

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?

+2  A: 

This is more of a sample/tutorial application rather than an open source project, but I think it meets your criteria:

http://nerddinner.codeplex.com/

Paddy
nice, i didn't realize that they've change the mock framework too. the older nerddinner uses rhinomocks. but it uses vs2010, so i guess i have to use the newer version.
melaos
@Melaos - I think it uses MOQ, not 100% sure, but from memory it does.
Paddy
the new one does, i saw the moq.dll inside, i'll be installing vs2010 express to test it out :)
melaos