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

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

public class TestDegreeDistributionRanker
extends TestCase

Author:
Scott White

Constructor Summary
TestDegreeDistributionRanker()
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testEmptyDirectedGraph()
           
 void testEmptyUndirectedGraph()
           
 void testRankerDefault()
           
 void testRankerIndegree()
           
 void testRankerOutdegree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDegreeDistributionRanker

public TestDegreeDistributionRanker()
Method Detail

suite

public static Test suite()

setUp

protected void setUp()

testEmptyUndirectedGraph

public void testEmptyUndirectedGraph()

testEmptyDirectedGraph

public void testEmptyDirectedGraph()

testRankerDefault

public void testRankerDefault()

testRankerIndegree

public void testRankerIndegree()

testRankerOutdegree

public void testRankerOutdegree()