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 Summary
Nested Classes Modifier and Type Class Description static classPathTest.Traversals 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PathTest() 
- 
Method Summary
- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
get_g_VX1X_out_path_byXageX
public abstract Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX(Object v1Id)
 
- 
get_g_VX1X_out_path_byXageX_byXnameX
public abstract Traversal<Vertex,Path> get_g_VX1X_out_path_byXageX_byXnameX(Object v1Id)
 
- 
get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX
public abstract Traversal<Vertex,Path> get_g_V_repeatXoutX_timesX2X_path_by_byXnameX_byXlangX()
 
- 
get_g_V_out_out_path_byXnameX_byXageX
public abstract Traversal<Vertex,Path> get_g_V_out_out_path_byXnameX_byXageX()
 
- 
get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path
public abstract Traversal<Vertex,Path> get_g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path()
 
- 
get_g_VX1X_outEXcreatedX_inV_inE_outV_path
public 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_byXnameX
public abstract Traversal<Vertex,Path> get_g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX()
 
- 
get_g_injectX1_null_nullX_path
public abstract Traversal<Integer,Path> get_g_injectX1_null_nullX_path()
 
- 
get_g_injectX1_null_nullX_path_dedup
public abstract Traversal<Integer,Path> get_g_injectX1_null_nullX_path_dedup()
 
- 
g_VX1X_name_path
public void g_VX1X_name_path()
 
- 
g_VX1X_out_path_byXageX
public void g_VX1X_out_path_byXageX()
 
- 
g_VX1X_out_path_byXageX_byXnameX
public void g_VX1X_out_path_byXageX_byXnameX()
 
- 
g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangX
public void g_V_repeatXoutX_timesX2X_path_byXitX_byXnameX_byXlangX()
 
- 
g_V_out_out_path_byXnameX_byXageX
public void g_V_out_out_path_byXnameX_byXageX()
 
- 
g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path
public void g_V_asXaX_hasXname_markoX_asXbX_hasXage_29X_asXcX_path()
 
- 
g_VX1X_outEXcreatedX_inV_inE_outV_path
public void g_VX1X_outEXcreatedX_inV_inE_outV_path()
 
- 
g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX
public void g_V_asXaX_out_asXbX_out_asXcX_path_fromXbX_toXcX_byXnameX()
 
- 
g_injectX1_null_nullX_path
public void g_injectX1_null_nullX_path()
 
- 
g_injectX1_null_nullX_path_dedup
public void g_injectX1_null_nullX_path_dedup()
 
 - 
 
 -