JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class EvolvableDoubleListTest

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

public class EvolvableDoubleListTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
EvolvableDoubleListTest(java.lang.String name)
           
 
Method Summary
protected  void copyForEvolutionTest(java.lang.String name, int length)
           
 void testCopyForEvolution()
           
 void testGetDoubleModule()
           
 void testInsert()
           
protected  void testInsert(java.lang.String name, double[] initial, double[] insert, int insertAt, double[] insertBeforeResult, double[] insertAfterResult)
           
 void testIsEqual()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolvableDoubleListTest

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

testGetDoubleModule

public void testGetDoubleModule()

testIsEqual

public void testIsEqual()

testCopyForEvolution

public void testCopyForEvolution()

copyForEvolutionTest

protected void copyForEvolutionTest(java.lang.String name,
                                    int length)

testInsert

public void testInsert()

testInsert

protected void testInsert(java.lang.String name,
                          double[] initial,
                          double[] insert,
                          int insertAt,
                          double[] insertBeforeResult,
                          double[] insertAfterResult)

JavaGenes, NASA Ames. Written largely by Al Globus