Re: what Mock framework do you recommend ?

2010-12-10 Thread H. RANGAMANA (MALAGASYS)
+1 for mockito! nice and easy API 2010/12/9 George Georgovassilis g.georgovassi...@gmail.com Now I'm curious :-) I've given the documentation a quick glance and to my unsuspecting eye it looks quite the same as Easymock - would anybody of the Mockito enthusiasts care to elaborate about it?

Re: what Mock framework do you recommend ?

2010-12-10 Thread Christian Goudreau
@George Read this: http://code.google.com/p/mockito/wiki/FeaturesAndMotivations Cheers, On Fri, Dec 10, 2010 at 11:52 AM, H. RANGAMANA (MALAGASYS) hermann.rangam...@malagasys.com wrote: +1 for mockito! nice and easy API 2010/12/9 George Georgovassilis g.georgovassi...@gmail.com Now I'm

Re: what Mock framework do you recommend ?

2010-12-10 Thread jgonian
+1 for Mockito If you are using GIN for dependency injection take a look at jukito (http://code.google.com/p/jukito/) as well. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: what Mock framework do you recommend ?

2010-12-10 Thread Christian Goudreau
+10 or Jukito :D On Fri, Dec 10, 2010 at 12:15 PM, jgonian jgon...@gmail.com wrote: +1 for Mockito If you are using GIN for dependency injection take a look at jukito ( http://code.google.com/p/jukito/) as well. -- You received this message because you are subscribed to the Google Groups

Re: what Mock framework do you recommend ?

2010-12-09 Thread George Georgovassilis
Now I'm curious :-) I've given the documentation a quick glance and to my unsuspecting eye it looks quite the same as Easymock - would anybody of the Mockito enthusiasts care to elaborate about it? On Dec 8, 10:43 am, Thomas Broyer t.bro...@gmail.com wrote: On 7 déc, 16:32, Raphael André Bauer

Re: what Mock framework do you recommend ?

2010-12-08 Thread Thomas Broyer
On 7 déc, 16:32, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: On Tue, Dec 7, 2010 at 2:18 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: I read the article proposed by Didier and Mockito is even easier than those +1 Mockito is great... +1 (I've been using

Re: what Mock framework do you recommend ?

2010-12-07 Thread Didier Durand
Hi, Have you read this comparison http://jeantessier.com/SoftwareEngineering/Mocking.html ? May help in you choice didier On Dec 7, 8:24 am, metalhammer29a metalhammer...@gmail.com wrote: Hello, I was wondering, which Mock framework do you use in your GWT development ? What has been your

Re: what Mock framework do you recommend ?

2010-12-07 Thread Magno Machado
I've been using Mockito On Tue, Dec 7, 2010 at 7:25 AM, Didier Durand durand.did...@gmail.comwrote: Hi, Have you read this comparison http://jeantessier.com/SoftwareEngineering/Mocking.html ? May help in you choice didier On Dec 7, 8:24 am, metalhammer29a metalhammer...@gmail.com

Re: what Mock framework do you recommend ?

2010-12-07 Thread Christian Goudreau
I read the article proposed by Didier and Mockito is even easier than those two ! Cheers, On Tue, Dec 7, 2010 at 7:35 AM, Magno Machado magn...@gmail.com wrote: I've been using Mockito On Tue, Dec 7, 2010 at 7:25 AM, Didier Durand durand.did...@gmail.comwrote: Hi, Have you read this

Re: what Mock framework do you recommend ?

2010-12-07 Thread Raphael André Bauer
On Tue, Dec 7, 2010 at 2:18 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: I read the article proposed by Didier and Mockito is even easier than those +1 Mockito is great... ra two ! Cheers, On Tue, Dec 7, 2010 at 7:35 AM, Magno Machado magn...@gmail.com wrote: I've been using

what Mock framework do you recommend ?

2010-12-06 Thread metalhammer29a
Hello, I was wondering, which Mock framework do you use in your GWT development ? What has been your experience ? I am thinking of using JMock. what do you think of it ? have you used other frameworks such as Unitils ? frameworks that build on top of Mocking frameworks, and provide annotation