| org.geotools.graph.io.standard.OptGraphSerializerTest
OptGraphSerializerTest | public class OptGraphSerializerTest extends TestCase (Code) | | |
OptGraphSerializerTest | public OptGraphSerializerTest(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.
|
|
|