test.edu.uci.ics.jung.statistics
Class TestDegreeDistributions

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.statistics.TestDegreeDistributions

public class TestDegreeDistributions
extends TestCase

Author:
Scott White

Constructor Summary
TestDegreeDistributions()
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testGetIndegreeHistogram()
           
 void testGetIndegreeValues()
           
 void testGetOutdegreeHistogram()
           
 void testGetOutdegreeValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDegreeDistributions

public TestDegreeDistributions()
Method Detail

suite

public static Test suite()

setUp

protected void setUp()

testGetIndegreeValues

public void testGetIndegreeValues()

testGetOutdegreeValues

public void testGetOutdegreeValues()

testGetIndegreeHistogram

public void testGetIndegreeHistogram()

testGetOutdegreeHistogram

public void testGetOutdegreeHistogram()