test.edu.uci.ics.jung.algorithms.cluster
Class TestWeakComponentClusterer

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer
Direct Known Subclasses:
TestWeakComponentClusterer.TestDirected, TestWeakComponentClusterer.TestUndirected

public abstract class TestWeakComponentClusterer
extends TestCase

Author:
Scott White

Nested Class Summary
static class TestWeakComponentClusterer.TestDirected
           
static class TestWeakComponentClusterer.TestUndirected
           
 
Constructor Summary
TestWeakComponentClusterer()
           
 
Method Summary
abstract  Graph getGraph()
           
protected  void setUp()
           
static Test suite()
           
 void testComponentAllIsolates()
           
 void testComponentHasIsolate()
           
 void testExtractOneComponent()
           
 void testExtractTwoComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestWeakComponentClusterer

public TestWeakComponentClusterer()
Method Detail

suite

public static Test suite()

setUp

protected void setUp()

getGraph

public abstract Graph getGraph()

testExtractOneComponent

public void testExtractOneComponent()

testComponentHasIsolate

public void testComponentHasIsolate()

testComponentAllIsolates

public void testComponentAllIsolates()

testExtractTwoComponents

public void testExtractTwoComponents()