public class IoVertexTest extends AbstractGremlinTest
Modifier and Type | Field and Description |
---|---|
boolean |
assertEdgesAtSameTimeAsVertex |
boolean |
assertViaDirectEquality |
String |
ioType |
Function<Graph,GraphReader> |
readerMaker |
Function<Graph,GraphWriter> |
writerMaker |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
IoVertexTest() |
Modifier and Type | Method and Description |
---|---|
static Iterable<Object[]> |
data() |
void |
shouldReadWriteDetachedVertexAsReferenceNoEdges() |
void |
shouldReadWriteDetachedVertexNoEdges() |
void |
shouldReadWriteVertexMultiPropsNoEdges() |
void |
shouldReadWriteVertexNoEdges() |
void |
shouldReadWriteVertexWithBOTHEdges() |
void |
shouldReadWriteVertexWithINEdges() |
void |
shouldReadWriteVertexWithOUTEdges() |
void |
shouldReadWriteVerticesNoEdges() |
void |
shouldReadWriteVerticesNoEdgesToGraphSONManual() |
void |
shouldReadWriteVerticesNoEdgesToGryoManual() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
public String ioType
public boolean assertViaDirectEquality
public boolean assertEdgesAtSameTimeAsVertex
public Function<Graph,GraphReader> readerMaker
public Function<Graph,GraphWriter> writerMaker
public void shouldReadWriteVertexWithBOTHEdges() throws Exception
Exception
public void shouldReadWriteVertexWithINEdges() throws Exception
Exception
public void shouldReadWriteVertexWithOUTEdges() throws Exception
Exception
public void shouldReadWriteVertexNoEdges() throws Exception
Exception
public void shouldReadWriteDetachedVertexNoEdges() throws Exception
Exception
public void shouldReadWriteDetachedVertexAsReferenceNoEdges() throws Exception
Exception
public void shouldReadWriteVertexMultiPropsNoEdges() throws Exception
Exception
public void shouldReadWriteVerticesNoEdges() throws Exception
Exception
public void shouldReadWriteVerticesNoEdgesToGraphSONManual() throws Exception
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.