You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Zohar Amir <zo...@gmail.com> on 2006/04/16 14:32:02 UTC

using unit tests

Hello,
I have a server written on top of MINA and I want to write some unit tests
to test it.
I have a client that uses an IoSession and a IoSessionHandler. The thing is
that the client requests are asynchronous to the server responses and I
don't know how to write a JUnit test that handles it. What would you
recommend using (e.g., JUnit, testNG, JTiger) and how?

Thanks,
Zohar.