I use both RhinoMocks and Moq. If you clearly understand the difference
between state vs interaction based testing and the difference between a stub
and a mock, then it really doesn't make that much of a difference. Both
frameworks do pretty much the same thing. However, since RhinoMocks does
make the distinction between the two explicit, it is somewhat easier to
understand for newbies.
But again, if the tests are written correctly, explicit calls to
verifications, etc. should provide you with enough information to understand
the SUT
2009/7/10 artur.trosin <arturtv@...>
>
>
> I also like moq. :)
>
> Artur Trosin
>
> --- In
testdrivendevelopment@yahoogroups.com<testdrivendevelopment%40yahoogroups.com>,
> George Dinwiddie <lists@...> wrote:
> >
> > What's most widely used C# mocking tool?
> >
> > What's your current recommendation to a newby?
> >
> > --
> > ----------------------------------------------------------
> > * George Dinwiddie * http://blog.gdinwiddie.com
> > Software Development http://www.idiacomputing.com
> > Consultant and Coach http://www.agilemaryland.org
> > ----------------------------------------------------------
> >
>
>
>
--
Blog: http://hadihariri.com
Twitter: http://twitter/hhariri
[Non-text portions of this message have been removed]