Before i begin i realise that there are some posts such as this one which have asked the same question.

However the links on the suggested page do not work (it simply takes me back root blog page).

What i'm looking for is a tutorial which does not have any assumed prior rhino mock knowledge.

What i need is a step-by-step guide which explains the basics (stubs vs mocks vs expect.call), how the Record(), ReplayAll(), VerifyAll(), when/why you use Repeat.Any() etc etc work!

I have a rough understanding after reading some of the documentation (which I found some articles to be useful but most to be confusing at best...) but i need some more examples with detailed explainations on how to use rhino mocks.

link|improve this question

70% accept rate
There's this a bit not updated question: stackoverflow.com/questions/185021/rhino-mocks-good-tutorials – Amittai Shapira Feb 21 at 7:36
See also stackoverflow.com/questions/7666606 – Gishu Feb 22 at 7:08
feedback

1 Answer

From the this SO question, I think the best links, which are both up to date, and starting from the basics are:

  1. getting-started-with-rhino-mocks-aaa
  2. using rhino-mocks quick guide
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.