I would definitely recommend Mockito over EasyMock (and ofcourse, over JMock). I was initially hesitant of using Mockito on my project, but when I did, I found it a lot easier to use and with a lot less noise in test setup compared to EasyMock.
I would definitely recommend Mockito over EasyMock (and ofcourse, over JMock). I was initially hesitant of using Mockito on my project, but when I did, I found it a lot easier to use and with a lot less noise in test setup compared to EasyMock.
3 Comments
Could you tell me why you think so
- Mockito win~
Todays, I’m surveryng Mock objects, and I just want to hear more your opinion
//Always be happy!
Can you please list all the points that make you think Mockito is better then EasyMock ?
@Mohit:
See http://code.google.com/p/mockito/wiki/MockitoVSEasyMock for the differences.
Post a Comment