JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class EOSschedulingEvolvableTest

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

public class EOSschedulingEvolvableTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
EOSschedulingEvolvableTest(java.lang.String name)
           
 
Method Summary
 void indexOnUnschedulableTest(int size, int[] beginning)
           
 void testIndexOnUnschedulable()
           
 void testSetTaskPlacement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOSschedulingEvolvableTest

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

testSetTaskPlacement

public void testSetTaskPlacement()

testIndexOnUnschedulable

public void testIndexOnUnschedulable()

indexOnUnschedulableTest

public void indexOnUnschedulableTest(int size,
                                     int[] beginning)

JavaGenes, NASA Ames. Written largely by Al Globus