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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.utils.TestGraphUtils
All Implemented Interfaces:
junit.framework.Test

public class TestGraphUtils
extends junit.framework.TestCase

Author:
Scott White

Constructor Summary
TestGraphUtils()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testCopyLabels()
           
 void testTransformToDirected()
           
 void testTransformToUndirected()
           
 void testTranslateAll()
           
 void testTranslateAllEdges()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestGraphUtils

public TestGraphUtils()
Method Detail

suite

public static junit.framework.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()