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

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

public class TestUnweightedShortestPath
extends TestCase

Author:
Scott White

Constructor Summary
TestUnweightedShortestPath()
           
 
Method Summary
static Test suite()
           
 void testDirected()
           
 void testUndirected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUnweightedShortestPath

public TestUnweightedShortestPath()
Method Detail

suite

public static Test suite()

testUndirected

public void testUndirected()

testDirected

public void testDirected()