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 {
Map<String, String> props = new HashMap<String, String>();
if (System.getProperty("activemq.store.dir") != null) {
props.put("activemq.store.dir", System.getProperty("activemq.store.dir"));
}