JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class TournamentTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.core.TournamentTest

public class TournamentTest
extends TestCase

See Also:
Serialized Form

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

Constructor Detail

TournamentTest

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

setUp

public void setUp()

testTournament

public void testTournament()

testGetParentIndices

public void testGetParentIndices()

JavaGenes, NASA Ames. Written largely by Al Globus