| |
|
| org.geotools.graph.traverse.standard.DepthFirstTopologicalIteratorTest
DepthFirstTopologicalIteratorTest | public class DepthFirstTopologicalIteratorTest extends TestCase (Code) | | |
DepthFirstTopologicalIteratorTest | public DepthFirstTopologicalIteratorTest(String name)(Code) | | |
test_0 | public void test_0()(Code) | | Create a graph with no bifurcations and do a full traversal.
Expected: 1. Nodes should be visited from one end to other in order.
|
test_1 | public void test_1()(Code) | | Create a circular graph and do a full traversal.
Expected: 1. No nodes should be visited.
|
|
|
|