Hi All , How can i test my server through Junit. ?
I want to test my ProtocolDecoderFilter and IOHandler. basically my client open a connection with server and send bytes which i filtered using CumulativeProtocolDecoderFilter and wrapped the bytes into high level object and passed to IOhandler. and sends response back to client. How could i test my server for above using Junit. Any suggestions Thanks Amit
