JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class ProductFitnessFunctionTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.core.ProductFitnessFunctionTest

public class ProductFitnessFunctionTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
ProductFitnessFunctionTest(java.lang.String name)
           
 
Method Summary
 void testEvaluateFitness()
           
 void testNames()
           
 void testNumberOfObjectives()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductFitnessFunctionTest

public ProductFitnessFunctionTest(java.lang.String name)
Method Detail

testEvaluateFitness

public void testEvaluateFitness()

testNumberOfObjectives

public void testNumberOfObjectives()

testNames

public void testNames()

JavaGenes, NASA Ames. Written largely by Al Globus