1 package org.jacorb.test.orb.dynany; 2 3 22 23 import junit.framework.*; 24 25 import org.jacorb.test.common.*; 26 27 public class AllTest extends TestCase 28 { 29 public AllTest (String name) 30 { 31 super (name); 32 } 33 34 public static Test suite () 35 { 36 TestSuite suite = new TestSuite ("All dynany"); 37 ORBSetup setup = new ORBSetup (suite); 38 39 suite.addTest (PackageTest.suite ()); 40 41 return setup; 42 } 43 } 44 | Popular Tags |