JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.weightNetwork
Class RouletteWheelChooseLowWeightTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.weightNetwork.RouletteWheelChooseLowWeightTest

public class RouletteWheelChooseLowWeightTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
RouletteWheelChooseLowWeightTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testRemoval()
           
 void testSpinWheel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouletteWheelChooseLowWeightTest

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

setUp

public void setUp()

testSpinWheel

public void testSpinWheel()

testRemoval

public void testRemoval()

JavaGenes, NASA Ames. Written largely by Al Globus