test.edu.uci.ics.jung.algorithms.importance
Class VoltageRankerTest

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

public class VoltageRankerTest
extends TestCase

Author:
Joshua O'Madadhain

Nested Class Summary
protected static class VoltageRankerTest.VertexVoltages
           
 
Field Summary
protected  Graph g
           
protected  Vertex[] v
           
 
Constructor Summary
VoltageRankerTest()
           
 
Method Summary
 void setUp()
           
 void testCalculateVoltagesSourcesTargets()
           
 void testCalculateVoltagesSourceTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

g

protected Graph g

v

protected Vertex[] v
Constructor Detail

VoltageRankerTest

public VoltageRankerTest()
Method Detail

setUp

public void setUp()

testCalculateVoltagesSourceTarget

public final void testCalculateVoltagesSourceTarget()

testCalculateVoltagesSourcesTargets

public final void testCalculateVoltagesSourcesTargets()