Class PathTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.PathTest
 
 
 
- 
- Direct Known Subclasses:
- PathTest.Traversals
 
 public abstract class PathTest extends AbstractGremlinProcessTest - Author:
- Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPathTest.Traversals
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description PathTest()
 - 
Method Summary- 
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_VX1X_out_path_byXageXpublic abstract Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX(Object v1Id) 
 - 
get_g_VX1X_out_path_byXageX_byXnameXpublic abstract Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX_byXnameX(Object v1Id) 
 - 
get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangXpublic abstract Traversal<Vertex,Path> get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX() 
 - 
get_g_V_out_out_path_byXnameX_byXageXpublic abstract Traversal<Vertex,Path> get_g_V_out_out_path_byXnameX_byXageX() 
 - 
get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_pathpublic abstract Traversal<Vertex,Path> get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path() 
 - 
get_g_VX1X_outEXcreatedX_inV_inE_outV_pathpublic abstract Traversal<Vertex,Path> get_g_VX1X_outEXcreatedX_inV_inE_outV_path(Object v1Id) 
 - 
get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameXpublic abstract Traversal<Vertex,Path> get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX() 
 - 
get_g_injectX1_null_nullX_pathpublic abstract Traversal<Integer,Path> get_g_injectX1_null_nullX_path() 
 - 
get_g_injectX1_null_nullX_path_deduppublic abstract Traversal<Integer,Path> get_g_injectX1_null_nullX_path_dedup() 
 - 
g_VX1X_name_pathpublic void g_VX1X_name_path() 
 - 
g_VX1X_out_path_byXageXpublic void g_VX1X_out_path_byXageX() 
 - 
g_VX1X_out_path_byXageX_byXnameXpublic void g_VX1X_out_path_byXageX_byXnameX() 
 - 
g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangXpublic void g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangX() 
 - 
g_V_out_out_path_byXnameX_byXageXpublic void g_V_out_out_path_byXnameX_byXageX() 
 - 
g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_pathpublic void g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path() 
 - 
g_VX1X_outEXcreatedX_inV_inE_outV_pathpublic void g_VX1X_outEXcreatedX_inV_inE_outV_path() 
 - 
g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameXpublic void g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX() 
 - 
g_injectX1_null_nullX_pathpublic void g_injectX1_null_nullX_path() 
 - 
g_injectX1_null_nullX_path_deduppublic void g_injectX1_null_nullX_path_dedup() 
 
- 
 
-