9
shouts

Reading Code: Rhino Mocks - Mark Needham

published 231 days, 14 hours, 1 minute ago posted by StevesSteves 232 days, 8 hours, 9 minutes ago
Thursday, July 30, 2009 11:46:01 AM GMT Wednesday, July 29, 2009 5:37:19 PM GMT

I spent a bit of time recently reading through some of the Rhino Mocks to get a basic understanding of how some features work under the hood. As well as just getting some practice at reading unfamiliar code I also wanted to know the following:How does the 'VerifyAllExpectations' extension method work?What's the difference between the 'GenerateMock' and 'GenerateStub' methods on MockRepository?How does the 'AssertWasNotCalled' extension method actually work? These are some of the things I learnt from my...

category: Agile | clicked: 59 | | source: www.markhneedham.com | show counter code
tags: Mock, Mocking, Rhino Mocks