Class ReadTest.Traversals
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ReadTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.ReadTest.Traversals
 
 
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ReadTestReadTest.Traversals
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description Traversals()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal<Object,Object>get_g_io_read_withXreader_graphmlX(String fileToRead)Traversal<Object,Object>get_g_io_read_withXreader_graphsonX(String fileToRead)Traversal<Object,Object>get_g_io_read_withXreader_gryoX(String fileToRead)Traversal<Object,Object>get_g_io_readXjsonX(String fileToRead)Traversal<Object,Object>get_g_io_readXkryoX(String fileToRead)Traversal<Object,Object>get_g_io_readXxmlX(String fileToRead)- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.ReadTestg_io_read_withXreader_graphmlX, g_io_read_withXreader_graphsonX, g_io_read_withXreader_gryoX, g_io_readXjsonX, g_io_readXkryoX, g_io_readXxmlX
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
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
 
- 
 
- 
- 
- 
Method Detail- 
get_g_io_readXkryoXpublic Traversal<Object,Object> get_g_io_readXkryoX(String fileToRead) throws IOException - Specified by:
- get_g_io_readXkryoXin class- ReadTest
- Throws:
- IOException
 
 - 
get_g_io_read_withXreader_gryoXpublic Traversal<Object,Object> get_g_io_read_withXreader_gryoX(String fileToRead) throws IOException - Specified by:
- get_g_io_read_withXreader_gryoXin class- ReadTest
- Throws:
- IOException
 
 - 
get_g_io_readXjsonXpublic Traversal<Object,Object> get_g_io_readXjsonX(String fileToRead) throws IOException - Specified by:
- get_g_io_readXjsonXin class- ReadTest
- Throws:
- IOException
 
 - 
get_g_io_read_withXreader_graphsonXpublic Traversal<Object,Object> get_g_io_read_withXreader_graphsonX(String fileToRead) throws IOException - Specified by:
- get_g_io_read_withXreader_graphsonXin class- ReadTest
- Throws:
- IOException
 
 - 
get_g_io_readXxmlXpublic Traversal<Object,Object> get_g_io_readXxmlX(String fileToRead) throws IOException - Specified by:
- get_g_io_readXxmlXin class- ReadTest
- Throws:
- IOException
 
 - 
get_g_io_read_withXreader_graphmlXpublic Traversal<Object,Object> get_g_io_read_withXreader_graphmlX(String fileToRead) throws IOException - Specified by:
- get_g_io_read_withXreader_graphmlXin class- ReadTest
- Throws:
- IOException
 
 
- 
 
-