JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SqueakyWheelTournamentSwapMutationTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.EOSscheduling.SqueakyWheelTournamentSwapMutationTest

public class SqueakyWheelTournamentSwapMutationTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SqueakyWheelTournamentSwapMutationTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testMakeChildrenCreatesPermutation()
           
 void testMoreDeserving()
           
 void testSetUpIndicesFromArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqueakyWheelTournamentSwapMutationTest

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

testSetUpIndicesFromArray

public void testSetUpIndicesFromArray()

setUp

public void setUp()

testMakeChildrenCreatesPermutation

public void testMakeChildrenCreatesPermutation()

testMoreDeserving

public void testMoreDeserving()

JavaGenes, NASA Ames. Written largely by Al Globus