Class 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 Detail

      • ioType

        public String ioType
      • ioBuilderToTest

        public Io.Builder ioBuilderToTest
      • assertDouble

        public boolean assertDouble
      • lossyForId

        public boolean lossyForId
      • fileExtension

        public String fileExtension
    • Constructor Detail

      • IoGraphTest

        public IoGraphTest()
    • Method Detail

      • 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