| org.geotools.graph.util.CycleDetectorTest
CycleDetectorTest | public class CycleDetectorTest extends TestCase (Code) | | |
CycleDetectorTest | public CycleDetectorTest(String name)(Code) | | |
test_0 | public void test_0()(Code) | | Create a graph without a cycle.
Expected: 1. containsCycle() returns false
|
test_1 | public void test_1()(Code) | | Create a graph that contains a cycle.
Expected: 1. containsCycle returns true
|
|
|