JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SqueakyWheelShiftForwardTest

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

public class SqueakyWheelShiftForwardTest
extends TestCase

See Also:
Serialized Form

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

Constructor Detail

SqueakyWheelShiftForwardTest

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

setUp

public void setUp()

testInteractive

public void testInteractive()

testMakeChildrenCreatesPermutation

public void testMakeChildrenCreatesPermutation()

testSetUpIndices

public void testSetUpIndices()

testMutate

public void testMutate()

JavaGenes, NASA Ames. Written largely by Al Globus