| org.geotools.graph.util.GraphPartitionerTest
GraphPartitionerTest | public class GraphPartitionerTest extends TestCase (Code) | | |
Method Summary | |
protected GraphBuilder | builder() | protected GraphBuilder | createBuilder() | protected void | setUp() | public void | test_0() Create a graph in which every node is connected and partition.
Expected: 1. | public void | test_1() Create a balanced binary tree and then remove the root node and partition.
Expected: 1. |
GraphPartitionerTest | public GraphPartitionerTest(String name)(Code) | | |
test_0 | public void test_0()(Code) | | Create a graph in which every node is connected and partition.
Expected: 1. There should only be one partition.
|
test_1 | public void test_1()(Code) | | Create a balanced binary tree and then remove the root node and partition.
Expected: 1. Two graphs should be created. One for each subtree of
original.
|
|
|