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