1. About multi-threading. Let's put it this way: Mockito is
thread-safe so long you don't do weird stuff... I put an explanation
in the FAQ: http://code.google.com/p/mockito/wiki/FAQ . Let me know if
you have more questions about it.
2. About eclipse integration. JUnit/TestNG is integrated with Eclipse.
Mockito integrates well with JUnit/TestNG. Therefore Mockito
integrates with Eclipse ;) Let me know what sort of integration you
have in mind. Mockito is just a java library - it plays nicely with
any other java library.
Cheers,
Szczepan Faber
Hope that helps.
Szczepan Faber
On Mon, Sep 15, 2008 at 1:34 AM, CowOfDoom <bran...@gmail.com> wrote:
>