464748495051525354
server.shutdown(); } @Test public void testRequestReplySequence() { TcpEchoClient client = new TcpEchoClient(DEFAULT_PORT); List<String> reply = client.sendEchos(); Assert.assertEquals(10, reply.size()); }