JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class EvolvableDoubleTest

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

public class EvolvableDoubleTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
EvolvableDoubleTest(java.lang.String name)
           
 
Method Summary
protected  void interplateIntoTest(java.lang.String name, double value, double low, double high, double answer)
           
 void testCopy()
           
 void testInterpolateInto()
           
 void testIsEqual()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolvableDoubleTest

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

testIsEqual

public void testIsEqual()

testCopy

public void testCopy()

testInterpolateInto

public void testInterpolateInto()

interplateIntoTest

protected void interplateIntoTest(java.lang.String name,
                                  double value,
                                  double low,
                                  double high,
                                  double answer)

JavaGenes, NASA Ames. Written largely by Al Globus