3839404142434445
@Test public void testHandleRequest() throws Exception { this.conn.close(false); EasyMock.expectLastCall(); this.mocksControl.replay(); this.processor.handleRequest(new QuitCommand(), this.conn); this.mocksControl.verify(); }