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.
