JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class IndicesTest

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

public class IndicesTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
IndicesTest(java.lang.String name)
           
 
Method Summary
protected  void addIndexTest(java.lang.String name, int[] in, int[] out)
           
 void testAddAll()
           
 void testAddIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicesTest

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

testAddAll

public void testAddAll()

testAddIndex

public void testAddIndex()

addIndexTest

protected void addIndexTest(java.lang.String name,
                            int[] in,
                            int[] out)

JavaGenes, NASA Ames. Written largely by Al Globus