JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class CrossoverTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.evolvableDoubleList.CrossoverTest

public class CrossoverTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
CrossoverTest(java.lang.String name)
           
 
Method Summary
 void testGetSmallerParent()
           
 void testParentIndicesArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossoverTest

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

testGetSmallerParent

public void testGetSmallerParent()

testParentIndicesArray

public void testParentIndicesArray()

JavaGenes, NASA Ames. Written largely by Al Globus