| org.geotools.graph.io.standard.BasicGraphSerializerTest org.geotools.graph.io.standard.DirectedGraphSerializerTest
Method Summary | |
protected GraphBuilder | createBuilder() | protected GraphBuilder | createRebuilder() | public void | test_0() Create a simple graph with no bifurcations and serialize, then deserialize
Expected: 1. | public void | test_1() Create a perfect binary tree, serialize it and deserialize it. | public void | test_2() Create a simple graph and disconnect two nodes (remove all edges)
then serialize and deserialize. |
DirectedGraphSerializerTest | public DirectedGraphSerializerTest(String name)(Code) | | |
test_0 | public void test_0()(Code) | | Create a simple graph with no bifurcations and serialize, then deserialize
Expected: 1. before and after graph should have same structure.
|
test_1 | public void test_1()(Code) | | Create a perfect binary tree, serialize it and deserialize it.
Expected: 1. Same structure before and after.
|
test_2 | public void test_2()(Code) | | Create a simple graph and disconnect two nodes (remove all edges)
then serialize and deserialize.
Exepcted: 1. Same graph structure.
|
|
|