1 22 package org.jboss.test.jbossmq.stress; 23 24 import junit.framework.TestSuite; 25 31 32 public class FailedDurableSub extends DurableSubscriberTest { 33 34 public FailedDurableSub(String name) { 35 super(name); 36 } 37 43 public static junit.framework.Test suite() throws Exception { 44 45 TestSuite suite= new TestSuite(); 46 suite.addTest(new FailedDurableSub("runBadClient")); 47 48 return suite; 50 } 51 public static void main(String [] args) { 52 53 } 54 55 } | Popular Tags |