annas.test.graph
Class TestUtil

java.lang.Object
  extended by annas.test.graph.TestUtil

public class TestUtil
extends java.lang.Object


Constructor Summary
TestUtil()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetAdjacentMatrix()
           
 void testGetEigenVectorCentrality()
           
 void testGetLapacianMatrix()
           
 void testGetNumPathNLong()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtil

public TestUtil()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetLapacianMatrix

public final void testGetLapacianMatrix()

testGetAdjacentMatrix

public final void testGetAdjacentMatrix()

testGetNumPathNLong

public final void testGetNumPathNLong()

testGetEigenVectorCentrality

public final void testGetEigenVectorCentrality()