888990919293949596979899100
s.start(); } } .start(); client = protocol.createClient(InetAddress.getLocalHost(), port); TestClient testClient = new DefaultTestClient(client); RunResult result = testClient.runMauveTest(MAUVE_TEST); assertNotNull(result); } finally { if (client != null) { client.close(); }