public class SubgraphIteratorTests extends Object
SubgraphIterator
.Constructor and Description |
---|
SubgraphIteratorTests() |
Modifier and Type | Method and Description |
---|---|
void |
testConstructor() |
void |
testConstructorNonpositive() |
void |
testConstructorNull() |
void |
testConstructorSizeTooLarge() |
void |
testDirectedGraph() |
void |
testDirectedGraphFan() |
void |
testNoSubgraph() |
void |
testOneSubgraph() |
void |
testProblematicGraph() |
void |
testTwoComponents() |
void |
testWorkedExample() |
void |
testWorkedExampleOnDirectedGraph() |
public void testConstructor()
public void testConstructorNonpositive()
public void testConstructorNull()
public void testConstructorSizeTooLarge()
public void testWorkedExample()
public void testOneSubgraph()
public void testNoSubgraph()
public void testDirectedGraph()
public void testDirectedGraphFan()
public void testWorkedExampleOnDirectedGraph()
public void testTwoComponents()
public void testProblematicGraph()
Copyright © 2012. All Rights Reserved.