JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class ChangeFunctionByGenerationTest

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

public class ChangeFunctionByGenerationTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
ChangeFunctionByGenerationTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testGetFunction()
           
 void testGetLastGeneration()
           
 void testIsNewFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeFunctionByGenerationTest

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

setUp

public void setUp()

testGetLastGeneration

public void testGetLastGeneration()

testGetFunction

public void testGetFunction()

testIsNewFunction

public void testIsNewFunction()

JavaGenes, NASA Ames. Written largely by Al Globus