Class IoEdgeTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.structure.io.IoEdgeTest
-
public class IoEdgeTest extends AbstractGremlinTest
Tests for all IO implementations that are specific to reading and writing of aEdge
.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Field Summary
Fields Modifier and Type Field Description boolean
assertDouble
boolean
assertIdDirectly
String
ioType
Function<Graph,GraphReader>
readerMaker
Function<Graph,GraphWriter>
writerMaker
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description IoEdgeTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Object[]>
data()
void
shouldReadWriteDetachedEdge()
void
shouldReadWriteDetachedEdgeAsReference()
void
shouldReadWriteEdge()
-
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
-
-
-
-
Field Detail
-
ioType
public String ioType
-
assertIdDirectly
public boolean assertIdDirectly
-
assertDouble
public boolean assertDouble
-
readerMaker
public Function<Graph,GraphReader> readerMaker
-
writerMaker
public Function<Graph,GraphWriter> writerMaker
-
-