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 SummaryFields Modifier and Type Field Description booleanassertEdgesAtSameTimeAsVertexbooleanassertViaDirectEqualityStringioTypeFunction<Graph,GraphReader>readerMakerFunction<Graph,GraphWriter>writerMaker- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description IoVertexTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>data()voidshouldReadWriteDetachedVertexAsReferenceNoEdges()voidshouldReadWriteDetachedVertexNoEdges()voidshouldReadWriteVertexMultiPropsNoEdges()voidshouldReadWriteVertexNoEdges()voidshouldReadWriteVertexWithBOTHEdges()voidshouldReadWriteVertexWithINEdges()voidshouldReadWriteVertexWithOUTEdges()voidshouldReadWriteVerticesNoEdges()voidshouldReadWriteVerticesNoEdgesToGraphSONManual()voidshouldReadWriteVerticesNoEdgesToGryoManual()- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Field Detail- 
ioTypepublic String ioType 
 - 
assertViaDirectEqualitypublic boolean assertViaDirectEquality 
 - 
assertEdgesAtSameTimeAsVertexpublic boolean assertEdgesAtSameTimeAsVertex 
 - 
readerMakerpublic Function<Graph,GraphReader> readerMaker 
 - 
writerMakerpublic Function<Graph,GraphWriter> writerMaker 
 
- 
 - 
Method Detail- 
shouldReadWriteVertexWithBOTHEdgespublic void shouldReadWriteVertexWithBOTHEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteVertexWithINEdgespublic void shouldReadWriteVertexWithINEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteVertexWithOUTEdgespublic void shouldReadWriteVertexWithOUTEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteVertexNoEdgespublic void shouldReadWriteVertexNoEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteDetachedVertexNoEdgespublic void shouldReadWriteDetachedVertexNoEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteDetachedVertexAsReferenceNoEdgespublic void shouldReadWriteDetachedVertexAsReferenceNoEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteVertexMultiPropsNoEdgespublic void shouldReadWriteVertexMultiPropsNoEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteVerticesNoEdgespublic void shouldReadWriteVerticesNoEdges() throws Exception- Throws:
- Exception
 
 - 
shouldReadWriteVerticesNoEdgesToGraphSONManualpublic void shouldReadWriteVerticesNoEdgesToGraphSONManual() throws Exception- Throws:
- Exception
 
 
- 
 
-