JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class GraphTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.graph.GraphTest

public class GraphTest
extends TestCase

See Also:
Serialized Form

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

Constructor Detail

GraphTest

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

setUp

public void setUp()

testHasVertexPairCloserThan

public void testHasVertexPairCloserThan()

JavaGenes, NASA Ames. Written largely by Al Globus