1 22 package org.jboss.test.jbossmq.stress; 23 24 import junit.framework.TestSuite; 25 30 31 public class MDSTtwo extends MultipleDurableSubscribers{ 32 33 public MDSTtwo(String name) { 34 super(name); 35 } 36 public static junit.framework.Test suite() throws Exception { 37 38 TestSuite suite= new TestSuite(); 39 suite.addTest(new MDSTtwo("runDurableSubscriberPartTwo")); 40 41 return suite; 43 } 44 public static void main(String [] args) { 45 46 } 47 48 } | Popular Tags |