Class IoTest.GraphSONTest

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

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

    • GraphSONTest

      public GraphSONTest()
  • 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