6364656667686970717273
} } .runTest(MAUVE_TEST); assertNotNull(xmlReport); RunResult result = new DefaultTestClient(null) { public RunResult parseReport() throws ProtocolException { return parseMauveReport(xmlReport); } } .parseReport(); assertNotNull(result);
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(); }