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