test.edu.uci.ics.jung.io
Class TestMatrixFile

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.io.TestMatrixFile

public class TestMatrixFile
extends TestCase

Author:
Scott

Constructor Summary
TestMatrixFile()
           
 
Method Summary
 DirectedGraph createSimpleDirectedGraph()
           
static Test suite()
           
 void testUnweightedLoadSave()
           
 void testWeightedLoadSave()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMatrixFile

public TestMatrixFile()
Method Detail

suite

public static Test suite()

createSimpleDirectedGraph

public DirectedGraph createSimpleDirectedGraph()

testUnweightedLoadSave

public void testUnweightedLoadSave()

testWeightedLoadSave

public void testWeightedLoadSave()