1 10 package org.jgap.impl.fitness; 11 12 import junit.framework.*; 13 14 20 public class AllFitnessTests 21 extends TestSuite { 22 23 24 private final static String CVS_REVISION = "$Revision: 1.2 $"; 25 26 public static Test suite() { 27 TestSuite suite = new TestSuite("AllFitnessTests"); 28 suite.addTest(TruthTableFitnessFunctionTest.suite()); 29 return suite; 30 } 31 } 32 | Popular Tags |