Do we really need isolation frameworks to create stubs?

Posted by Sandbox on Stack Overflow See other posts from Stack Overflow or by Sandbox
Published on 2010-05-22T19:59:26Z Indexed on 2010/05/23 2:40 UTC
Read the original article Hit count: 325

I have read this: http://martinfowler.com/articles/mocksArentStubs.html My concepts about a stub and a mock are clear. I understand the need of isolation frameworks like moq, rhinomocks and like to create a mock object. As mocks, participate in actual verfication of expectations. But why do we need these frameworks to create stubs. I would rather prefer rolling out a hand created stub and use it in various fixtures.

© Stack Overflow or respective owner

Related posts about rhino-mocks

Related posts about moq