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