public abstract class ReadTest extends AbstractGremlinProcessTest
Modifier and Type | Class and Description |
---|---|
static class |
ReadTest.Traversals |
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
ReadTest() |
Modifier and Type | Method and Description |
---|---|
void |
g_io_read_withXreader_graphmlX() |
void |
g_io_read_withXreader_graphsonX() |
void |
g_io_read_withXreader_gryoX() |
void |
g_io_readXjsonX() |
void |
g_io_readXkryoX() |
void |
g_io_readXxmlX() |
abstract Traversal<Object,Object> |
get_g_io_read_withXreader_graphmlX(String fileToRead) |
abstract Traversal<Object,Object> |
get_g_io_read_withXreader_graphsonX(String fileToRead) |
abstract Traversal<Object,Object> |
get_g_io_read_withXreader_gryoX(String fileToRead) |
abstract Traversal<Object,Object> |
get_g_io_readXjsonX(String fileToRead) |
abstract Traversal<Object,Object> |
get_g_io_readXkryoX(String fileToRead) |
abstract Traversal<Object,Object> |
get_g_io_readXxmlX(String fileToRead) |
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyUniqueStepIds
public abstract Traversal<Object,Object> get_g_io_readXkryoX(String fileToRead) throws IOException
IOException
public abstract Traversal<Object,Object> get_g_io_read_withXreader_gryoX(String fileToRead) throws IOException
IOException
public abstract Traversal<Object,Object> get_g_io_readXjsonX(String fileToRead) throws IOException
IOException
public abstract Traversal<Object,Object> get_g_io_read_withXreader_graphsonX(String fileToRead) throws IOException
IOException
public abstract Traversal<Object,Object> get_g_io_readXxmlX(String fileToRead) throws IOException
IOException
public abstract Traversal<Object,Object> get_g_io_read_withXreader_graphmlX(String fileToRead) throws IOException
IOException
public void g_io_readXkryoX() throws IOException
IOException
public void g_io_read_withXreader_gryoX() throws IOException
IOException
public void g_io_readXjsonX() throws IOException
IOException
public void g_io_read_withXreader_graphsonX() throws IOException
IOException
public void g_io_readXxmlX() throws IOException
IOException
public void g_io_read_withXreader_graphmlX() throws IOException
IOException
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.