Search the web
Sign In
New User? Sign Up
testdrivendevelopment · Test-driven Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
quick poll on C# mocking tools   Message List  
Reply | Forward Message #31363 of 32012 |
Re: [TDD] Re: quick poll on C# mocking tools

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]




Fri Jul 10, 2009 9:09 am

hadihariri
Offline Offline
Send Email Send Email

Forward
Message #31363 of 32012 |
Expand Messages Author Sort by Date

What's most widely used C# mocking tool? What's your current recommendation to a newby? -- ... * George Dinwiddie *...
George Dinwiddie
gdinwiddie
Offline Send Email
Jul 9, 2009
10:09 pm

RhinoMocks ... -- Adam Dymitruk Director of IT SCANit International (a division of APARA Systems) mobile: 604.831.7804...
Adam Dymitruk
adymitruk
Offline Send Email
Jul 9, 2009
10:20 pm

Moq . It has a clean interface and good documentation. ... -- Sidar Ok http://www.sidarok.com http://www.twitter.com/sidarok [Non-text portions of this message...
Sidar Ok
oksidar
Offline Send Email
Jul 9, 2009
10:50 pm

We use moq in our C# testing and TDD classes and eLearning. Best jk Sent via BlackBerry from T-Mobile ... From: George Dinwiddie <lists@...> ...
Joshua Kerievsky
jlk112067
Offline Send Email
Jul 9, 2009
10:59 pm

RhinoMocks or Moq. Moq seems more intuitive, though. Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz ...
Tuna Toksoz
mutlaksifir
Offline Send Email
Jul 10, 2009
4:32 am

Islator. From: testdrivendevelopment@yahoogroups.com [mailto:testdrivendevelopment@yahoogroups.com] On Behalf Of George Dinwiddie Sent: Friday, July 10, 2009...
Lior Friedman
friedmanlior
Offline Send Email
Jul 10, 2009
4:54 am

I also like moq. :) Artur Trosin...
artur.trosin
Offline Send Email
Jul 10, 2009
8:48 am

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...
Hadi Hariri
hadihariri
Offline Send Email
Jul 10, 2009
9:26 am

... I haven't tried Rhinomocks or moq, I use NMock2, but I was a maintainer and still use it at work. -Richard Holden...
Richard Holden
muerte_acidd...
Offline Send Email
Jul 14, 2009
3:07 am

I've used NMock2 in an env where the team was stuck on VS 2005 (yes sad). I think I would like Moq, but a recent article from Christian Gruber: Make Fake/Stub...
Mark Levison
marklevison
Offline Send Email
Jul 14, 2009
6:40 pm

... I don't get it. I think that most mocking framework are doing this by default. (at least those I'm more familiar with) Some (hint hint) even took that...
Lior Friedman
friedmanlior
Offline Send Email
Jul 15, 2009
8:43 pm

Moq is the answer! :-) ema http://blog.codiceplastico.com On Fri, Jul 10, 2009 at 12:08 AM, George...
Emanuele DelBono
codiceplastico
Offline Send Email
Jul 14, 2009
12:56 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help