1 22 package org.jboss.test.jbossmq.stress; 23 24 import junit.framework.TestSuite; 25 30 31 public class QueueSubTwo extends QueueTest{ 32 33 public QueueSubTwo(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 QueueSubOne("runQueueSubscriberPartTwo")); 40 41 return suite; 42 } 43 public static void main(String [] args) { 44 45 } 46 47 } | Popular Tags |