### Describe the enhancement requested Write unit test for java-info module, loading graph from [test set](https://github.com/apache/incubator-graphar-testing/tree/955596c325ceba7b607e285738e3dd0ce4ff424e), ensuring that info of: - [ ] GraphInfo / VertexInfo / EdgeInfo - [ ] PropertyGroup - [ ] AdjacentList - [ ] Property are loaded as expected. Can reference [info test of C++](https://github.com/apache/incubator-graphar/blob/main/cpp/test/test_info.cc) and [info test of scala](https://github.com/apache/incubator-graphar/blob/main/maven-projects/spark/graphar/src/test/scala/org/apache/graphar/TestGraphInfo.scala). ### Component(s) Java