| org.geotools.graph.io.standard.BasicGraphSerializerTest
All known Subclasses: org.geotools.graph.io.standard.DirectedGraphSerializerTest,
BasicGraphSerializerTest | public class BasicGraphSerializerTest extends TestCase (Code) | | |
BasicGraphSerializerTest | public BasicGraphSerializerTest(String name)(Code) | | |
test_0 | public void test_0() throws Exception(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.
|
|
|