yangxk1 opened a new pull request, #683: URL: https://github.com/apache/incubator-graphar/pull/683
### Reason for this PR As described in issue #676 , there is currently no unit test to verify loading graph in java-info module. This PR adds unit tests for the Java info module to ensure correct loading of GraphInfo, VertexInfo, EdgeInfo, PropertyGroup, AdjacentList, and Property. ### What changes are included in this PR? Added assertions in [GraphLoaderTest#testLoad](https://github.com/apache/incubator-graphar/blob/main/maven-projects/info/src/test/java/org/apache/graphar/info/GraphLoaderTest.java) to validate metadata integrity for key info classes using [test datasets](https://github.com/apache/incubator-graphar-testing/tree/main). ### Are these changes tested? yes ### Are there any user-facing changes? no -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
