JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.weightNetwork
Class WeightListTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.weightNetwork.WeightListTest

public class WeightListTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
WeightListTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testAdd()
           
 void testRemove()
           
 void testWeightChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightListTest

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

setUp

public void setUp()

testAdd

public void testAdd()

testWeightChanged

public void testWeightChanged()

testRemove

public void testRemove()

JavaGenes, NASA Ames. Written largely by Al Globus