On 9/24/07, Dmitry <[EMAIL PROTECTED]> wrote: > Hey, > What actually better to use for Hadoop - EasyMock or JMock ? Any comparison > table between them?
I prefer EasyMock's API but in the case of Hadoop I'd recommend jMock just because its "THE" mock object suite for Java and considering how hard it is to get anyone to use mock objects in the first place I vote for the tool that's going to require fewer people to learn something new. Also I *think* jMock handles mocking of classes that don't implement an interface better. Not that you should be doing that anyway but if it comes down to no mock or mock a concrete class i'll take the latter. -- - kate = masukomi http://weblog.masukomi.org/
