1 10 package org.jgap.util; 11 12 import org.jgap.*; 13 import junit.framework.*; 14 15 21 public class PluginDiscovererTest 22 extends JGAPTestCase { 23 24 private final static String CVS_REVISION = "$Revision: 1.1 $"; 25 26 public static Test suite() { 27 TestSuite suite = new TestSuite(PluginDiscovererTest.class); 28 return suite; 29 } 30 31 public void testConstruct_0() { 32 33 } 34 35 } 36 | Popular Tags |