views:

204

answers:

2

We are developing our new application in .Net 3.5 and we have started using Rhinomock. I know it's used for mocking but I don't have good resource for it.

Can anyone suggest me any good resource/link/tutorial for the it?

Thanks in advance...

+2  A: 

The RhinoMocks wiki is decent for some starter knowledge: RhinoMocks wiki

Judah Himango
A: 

I have used the RhinoMocks Quick refernce guide from Ayende's site

http://www.ayende.com/wiki/GetFile.aspx?File=Rhino+Mocks+3.3+Quick+Reference.pdf

and have found it useful to get people started with Mocking

paul

PaulStack