Class IoGraphTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.io.IoGraphTest

public class IoGraphTest extends AbstractGremlinTest
Tests for all IO implementations that are specific to reading and writing of a Graph.
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Field Details

    • ioType

      public String ioType
    • ioBuilderToTest

      public Io.Builder ioBuilderToTest
    • assertDouble

      public boolean assertDouble
    • lossyForId

      public boolean lossyForId
    • fileExtension

      public String fileExtension
  • Constructor Details

    • IoGraphTest

      public IoGraphTest()
  • Method Details

    • data

      public static Iterable<Object[]> data()
    • shouldReadWriteClassic

      public void shouldReadWriteClassic() throws Exception
      Throws:
      Exception
    • shouldReadWriteClassicToFileWithHelpers

      public void shouldReadWriteClassicToFileWithHelpers() throws Exception
      Throws:
      Exception
    • shouldMigrateClassicGraph

      public void shouldMigrateClassicGraph() throws Exception
      Throws:
      Exception
    • shouldReadWriteModern

      public void shouldReadWriteModern() throws Exception
      Throws:
      Exception
    • shouldReadWriteModernToFileWithHelpers

      public void shouldReadWriteModernToFileWithHelpers() throws Exception
      Throws:
      Exception
    • shouldMigrateModernGraph

      public void shouldMigrateModernGraph() throws Exception
      Throws:
      Exception
    • shouldReadWriteCrew

      public void shouldReadWriteCrew() throws Exception
      Throws:
      Exception