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