Class IoVertexTest

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

public class IoVertexTest extends AbstractGremlinTest
Author:
Stephen Mallette (http://stephen.genoprime.com)
  • Field Details

    • ioType

      public String ioType
    • assertViaDirectEquality

      public boolean assertViaDirectEquality
    • assertEdgesAtSameTimeAsVertex

      public boolean assertEdgesAtSameTimeAsVertex
    • readerMaker

      public Function<Graph,GraphReader> readerMaker
    • writerMaker

      public Function<Graph,GraphWriter> writerMaker
  • Constructor Details

    • IoVertexTest

      public IoVertexTest()
  • Method Details

    • data

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

      public void shouldReadWriteVertexWithBOTHEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteVertexWithINEdges

      public void shouldReadWriteVertexWithINEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteVertexWithOUTEdges

      public void shouldReadWriteVertexWithOUTEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteVertexNoEdges

      public void shouldReadWriteVertexNoEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteDetachedVertexNoEdges

      public void shouldReadWriteDetachedVertexNoEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteDetachedVertexAsReferenceNoEdges

      public void shouldReadWriteDetachedVertexAsReferenceNoEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteVertexMultiPropsNoEdges

      public void shouldReadWriteVertexMultiPropsNoEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteVerticesNoEdges

      public void shouldReadWriteVerticesNoEdges() throws Exception
      Throws:
      Exception
    • shouldReadWriteVerticesNoEdgesToGraphSONManual

      public void shouldReadWriteVerticesNoEdgesToGraphSONManual() throws Exception
      Throws:
      Exception
    • shouldReadWriteVerticesNoEdgesToGryoManual

      public void shouldReadWriteVerticesNoEdgesToGryoManual() throws Exception
      Throws:
      Exception