Method Summary |
|
protected GraphBuilder | builder() |
protected GraphBuilder | createBuilder() |
protected NoBifurcationIterator | createIterator() |
protected void | setUp() |
public void | test_0() Create a simple graph which has no bifurcations and do a normal traversal. |
public void | test_1() Create a simple graph which has no bifurcations and do a traversal
suspending at some intermediate node. |
public void | test_2() Create a simple graph which has no bifurcations and do a kill branch at
some intermediate node. |
public void | test_3() Create a simple graph with a single bifurcation and do a full traversal.
Exepected: 1. |
public void | test_4() Create a graph that contains a cycle and do a full traversal.
Expected: 1. |