junit.textui.TestRunner.run(MAPTest.class);
}
public static Test suite() throws Exception {
TestSuite suite = new TestSuite(MAPTest.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
boolean inProcess = "Windows 2000".equals(System.getProperty("os.name"));