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

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

public class GraphMatrixOperationsTest
extends junit.framework.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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

edges

protected int[][] edges
Constructor Detail

GraphMatrixOperationsTest

public GraphMatrixOperationsTest()
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

testMatrixToGraphToMatrixDirected

public void testMatrixToGraphToMatrixDirected()

testMatrixToGraphToMatrixUndirected

public void testMatrixToGraphToMatrixUndirected()

testSquare

public void testSquare()