test.edu.uci.ics.jung.algorithms
Class GraphMatrixOperationsTest

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

public class GraphMatrixOperationsTest
extends TestCase

Author:
Joshua O'Madadhain

Field Summary
protected  int[][] edges
           
 
Constructor Summary
GraphMatrixOperationsTest()
           
 
Method Summary
protected  void setUp()
           
 void testMatrixToGraphToMatrixDirected()
           
 void testMatrixToGraphToMatrixUndirected()
           
 void testSquare()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edges

protected int[][] edges
Constructor Detail

GraphMatrixOperationsTest

public GraphMatrixOperationsTest()
Method Detail

setUp

protected void setUp()

testMatrixToGraphToMatrixDirected

public void testMatrixToGraphToMatrixDirected()

testMatrixToGraphToMatrixUndirected

public void testMatrixToGraphToMatrixUndirected()

testSquare

public void testSquare()