test.edu.uci.ics.jung.utils
Class TestGraphUtils

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.utils.TestGraphUtils

public class TestGraphUtils
extends TestCase

Author:
Scott White

Constructor Summary
TestGraphUtils()
           
 
Method Summary
static Test suite()
           
 void testCopyLabels()
           
 void testTransformToDirected()
           
 void testTransformToUndirected()
           
 void testTranslateAll()
           
 void testTranslateAllEdges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGraphUtils

public TestGraphUtils()
Method Detail

suite

public static Test suite()

testTransformToDirected

public void testTransformToDirected()

testTransformToUndirected

public void testTransformToUndirected()

testCopyLabels

public void testCopyLabels()
                    throws StringLabeller.UniqueLabelException
Throws:
StringLabeller.UniqueLabelException

testTranslateAll

public void testTranslateAll()

testTranslateAllEdges

public void testTranslateAllEdges()