@Test
public void testConnectionServerSocketClosed() throws Exception {
listener.shutdown();
NoteFailure failureReporter = new NoteFailure();
client = new RequestQueueClient(
1, socketFactory, failureReporter, MAX_RETRY, RETRY_WAIT,
QUEUE_SIZE);
failureReporter.checkCalled(MAX_RETRY);
}