AdminClient.main(args);
}
public void doTestMessage() throws Exception {
String[] args = { };
String res = (new testMessage()).doit(args);
String expected="Res elem[0]=<ns1:e1 xmlns:ns1=\"urn:foo\">Hello</ns1:e1>Res elem[1]=<ns2:e1 xmlns:ns2=\"urn:foo\">World</ns2:e1>";
assertEquals("test result elements", res, expected);
}