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

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

public class TestBetweennessCentrality
extends TestCase

Author:
Scott White

Constructor Summary
TestBetweennessCentrality()
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testRanker()
           
 void testRankerDirected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBetweennessCentrality

public TestBetweennessCentrality()
Method Detail

suite

public static Test suite()

setUp

protected void setUp()

testRanker

public void testRanker()

testRankerDirected

public void testRankerDirected()