junit.textui.TestRunner.run(ShutdownTest.class);
}
public static Test suite() throws Exception {
TestSuite suite = new TestSuite(ShutdownTest.class);
return new ClientServerSetupBase(suite) {
public void startServers() throws Exception {
// special case handling for WS-Addressing system test to avoid
// UUID related issue when server is run as separate process
// via maven on Win2k
assertTrue("server did not launch correctly", launchServer(ShutdownTestServer.class,