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