test.edu.uci.ics.jung.algorithms.shortestpath
Class TestShortestPath

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.algorithms.shortestpath.TestShortestPath

public class TestShortestPath
extends TestCase

Author:
Joshua O'Madadhain

Constructor Summary
TestShortestPath()
           
 
Method Summary
 void addEdges(Graph g, Edge[] edge_array)
           
 void exceptionTest(Graph g, int index)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testDijkstra()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestShortestPath

public TestShortestPath()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

exceptionTest

public void exceptionTest(Graph g,
                          int index)

testDijkstra

public void testDijkstra()

addEdges

public void addEdges(Graph g,
                     Edge[] edge_array)