test.edu.uci.ics.jung.algorithms.cluster
Class TestWeakComponentClusterer
java.lang.Object
TestCase
test.edu.uci.ics.jung.algorithms.cluster.TestWeakComponentClusterer
- Direct Known Subclasses:
- TestWeakComponentClusterer.TestDirected, TestWeakComponentClusterer.TestUndirected
public abstract class TestWeakComponentClusterer
- extends TestCase
- Author:
- Scott White
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestWeakComponentClusterer
public TestWeakComponentClusterer()
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()