This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a change to branch father-sub-edge
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
from 0e202d4fd setup
add 042ed6ab4 add tests and examples
No new revisions were added by this update.
Summary of changes:
.../org/apache/hugegraph/example/Example4.java | 369 +++++++++++++++++++++
.../org/apache/hugegraph/core/CoreTestSuite.java | 1 +
.../hugegraph/core/ParentAndSubEdgeCoreTest.java | 358 ++++++++++++++++++++
.../org/apache/hugegraph/unit/FakeObjects.java | 2 +-
.../org/apache/hugegraph/unit/id/EdgeIdTest.java | 12 +
.../org/apache/hugegraph/unit/id/IdUtilTest.java | 54 +--
.../apache/hugegraph/unit/util/JsonUtilTest.java | 16 +-
7 files changed, 779 insertions(+), 33 deletions(-)
create mode 100644
hugegraph-server/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example4.java
create mode 100644
hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/ParentAndSubEdgeCoreTest.java