Class IoTest.GraphSONV2Test

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.io.IoTest.GraphSONV2Test
Enclosing class:
IoTest

public static final class IoTest.GraphSONV2Test extends AbstractGremlinTest
  • Constructor Details

    • GraphSONV2Test

      public GraphSONV2Test()
  • Method Details

    • setupBeforeEachTest

      public void setupBeforeEachTest()
    • shouldWriteNormalizedGraphSON

      public void shouldWriteNormalizedGraphSON() throws Exception
      Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.
      Throws:
      Exception
    • shouldReadWriteModernWrappedInJsonObject

      public void shouldReadWriteModernWrappedInJsonObject() throws Exception
      Throws:
      Exception
    • shouldProperlySerializeCustomIdWithGraphSON

      public void shouldProperlySerializeCustomIdWithGraphSON() throws Exception
      This is just a serialization check for JSON.
      Throws:
      Exception
    • shouldReadWriteSelfLoopingEdges

      public void shouldReadWriteSelfLoopingEdges() throws Exception
      Throws:
      Exception