test.edu.uci.ics.jung.algorithms.shortestpath
Class TestShortestPath
java.lang.Object
TestCase
test.edu.uci.ics.jung.algorithms.shortestpath.TestShortestPath
public class TestShortestPath
- extends TestCase
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestShortestPath
public TestShortestPath()
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)